v1

latestOpenAPI 3.0.32026-07-13149852.3 MB
order

Order - Modify Financial Status

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

put/order/modify_financial_status

Request body

store_idstring required

Store ID

order_numberstring required

Order number

financial_status'pending' | 'paid' required

New financial status

status_datestring

Date for the status change

orderobject

Order reference object

refresh_cacheboolean

Refresh cache after update

Example request

{
  "store_id": "507f1f77bcf86cd799439011",
  "status_date": "2025-01-15T12:00:00.000Z"
}

Response

Financial status updated

successboolean required

Whether the operation succeeded