latestOpenAPI 3.0.3MIT2026-08-10471155.4 KB

3b3179c504b0

Orders

Partially update a order (PATCH)

Send only the fields you want to change. Omitted fields are left as-is.

patch/api/v1/orders/{id}

Path parameters

idstring uuid required

Record UUID

Request body

quantityinteger
status'pending' | 'processing' | 'completed' | 'cancelled'
notesstring

Response

Default Response

successboolean

Example response

{
  "success": true
}