ReferenceOrders
Finish a completed and paid order
Marks the order as fulfilled (done). Requires a master token and an admin user. Order must be completed and paid.
AuthorizationBearer <token>
Personal access token tied to a user account. Requires the X-Nimbu-Site header to scope requests.
In: header
X-Nimbu-Site<token>
Identifier of the site context when authenticating with a personal access token.
In: header
Path Parameters
order_id*string
Order identifier
Request Body
application/json
Finish options
TypeScript Definitions
Use the request body type in TypeScript.
notify?boolean
Send the shipping notification (default true)
Response Body
application/json
curl -X POST "https://example.com/orders/string/finish" \ -H "Content-Type: application/json" \ -d '{}'{
"status": "string",
"state": "string"
}