Update order status
Orders
Update order status
Update order status. Status is passed in the request body (draft, confirmed, cancelled).
PATCH
Update order status
Documentation Index
Fetch the complete documentation index at: https://docs.wizcommerce.com/llms.txt
Use this file to discover all available pages before exploring further.
The
PATCH request is used to partially update an existing entity by the
given id. This means:- Only the fields provided in the request body will be updated.
- Fields not provided in the request body will remain unchanged.
- The request is idempotent, meaning multiple identical PATCH requests will always result in the same final state.
