For the complete documentation index, see llms.txt. This page is also available as Markdown.

Update order

Updates an order. Immutable fields such as state and agreement assignment cannot be changed.

put
Path parameters
idstringRequired

Order id

Body
idstringOptional
revisioninteger · int32Optional
typestring · enumOptionalPossible values:
statusstring · enumOptionalPossible values:
notesstring · nullableOptional
commentsstring · nullableOptional
defaultMarkupSourcestring · enumOptionalPossible values:
Responses
200

OK

application/json
idstringOptional
revisioninteger · int32Optional
typestring · enumOptionalPossible values:
statusstring · enumOptionalPossible values:
notesstring · nullableOptional
commentsstring · nullableOptional
defaultMarkupSourcestring · enumOptionalPossible values:
put
/public/v1/commerce/orders/{id}

Last updated

Was this helpful?