Skip to main content
Update an existing order in the e-commerce platform. Only provided fields will be updated.

Path Parameters

ParameterTypeRequiredDescription
idstringYesThe rootfi_id or platform_id of the order to update

Request Body

FieldTypeRequiredDescription
statusstringNoOrder status (pending, processing, shipped, delivered, cancelled)
payment_statusstringNoPayment state of the order
fulfillment_statusstringNoShipping/delivery state of the order
line_itemsarrayNoArray of line item objects
shipping_addressobjectNoShipping address object
billing_addressobjectNoBilling address object
See Order Overview for complete field details.