---
title: "Changes to Order - Modify Financial Status"
method: PUT
path: "/order/modify_financial_status"
---

# Changes to Order - Modify Financial Status

`PUT /order/modify_financial_status`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 13 revisions.

- **2026-03-02** `fa53dd949b8e` — 6 breaking, 9 info
- **2024-04-22** `08cd9cfa14dd` — 1 breaking, 6 warning, 2 info
- **2024-04-19** `46ceda528000` — 2 breaking, 12 info

## Changes

- **2026-03-02** `fa53dd949b8e` — 6 breaking, 9 info
  - request property `financial_status` was restricted to a list of enum values
  - the request property `financial_status` became required
  - the request property `order_number` became required
  - the request property `store_id` became required
  - the `order` request property type/format changed from `string`/`` to `object`/``
  - the `refresh_cache` request property type/format changed from `string`/`` to `boolean`/``
  - api operation id `put_order_modify_financial_status` was added
  - added the new `paid` enum value to the request property `financial_status`
  - added the new `pending` enum value to the request property `financial_status`
  - added the media type `application/json` for the response with the status `200`
  - added the media type `application/json` for the response with the status `400`
  - added the media type `application/json` for the response with the status `401`
  - added the non-success response with the status `403`
  - added the non-success response with the status `429`
  - added the non-success response with the status `500`
- **2024-04-22** `08cd9cfa14dd` — 1 breaking, 6 warning, 2 info
  - added required request body
  - deleted the `query` request parameter `financial_status`
  - deleted the `query` request parameter `order`
  - deleted the `query` request parameter `order_number`
  - deleted the `query` request parameter `refresh_cache`
  - deleted the `query` request parameter `status_date`
  - deleted the `query` request parameter `store_id`
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
- **2024-04-19** `46ceda528000` — 2 breaking, 12 info
  - removed the request body
  - removed the media type `application/json` for the response with the status `200`
  - api operation id `put_order_modify_financial_status` removed and replaced with ``
  - added the new optional `query` request parameter `financial_status`
  - added the new optional `query` request parameter `order`
  - added the new optional `query` request parameter `order_number`
  - added the new optional `query` request parameter `refresh_cache`
  - added the new optional `query` request parameter `status_date`
  - added the new optional `query` request parameter `store_id`
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `401`
  - removed the non-success response with the status `403`
  - removed the non-success response with the status `429`
  - removed the non-success response with the status `500`

---

[Operation](https://skmtc.dev/skulabs/apis/skulabs-api/docs/order/modify_financial_status/put.md) · [API](https://skmtc.dev/skulabs/apis/skulabs-api.md) · [Page](https://skmtc.dev/skulabs/apis/skulabs-api/changes/order/modify_financial_status/put)
