---
title: "Order - Modify Financial Status"
method: PUT
path: "/order/modify_financial_status"
tags: ["order"]
---

# Order - Modify Financial Status

`PUT /order/modify_financial_status`

Update the financial/payment status of one or more orders.

## Request body

- object
  - `store_id` string, required — Store ID
  - `order_number` string, required — Order number
  - `financial_status` 'pending' | 'paid', required — New financial status
  - `status_date` string — Date for the status change
  - `order` object — Order reference object
  - `refresh_cache` boolean — Refresh cache after update

## Response `200`

Financial status updated

- object
  - `success` boolean, required — Whether the operation succeeded

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden. Insufficient permissions.
- `429` — Too many requests. Rate limit exceeded.
- `500` — Internal server error.

---

[API](https://skmtc.net/skulabs/apis/skulabs-api.md) · [All operations](https://skmtc.net/skulabs/apis/skulabs-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/skulabs/skulabs-api/revisions/4b5ec0ed78a6/schema)
