v1
latestSwagger 2.02026-07-134272111.8 KBorders
Update an order associated with a given ID in the eCommerce system. The update API uses the PATCH HTTP verb, so only those fields provided in the order object will be updated, and those fields not provided will be left alone. Updating an order with a specified ID that does not exist will result in an error response</strong>
patch/orders/{id}
Path parameters
idstring required
The ID of the order to update in the eCommerce system
Query parameters
actionstring
An action to perform on the order: cancel, reopen or close. If left blank then the order is updated but no action is taken
Headers
Authorizationstring required
The authorization tokens. The format for the header value is 'Element <token>, User <user secret>'
Request body
Response
OK - Everything worked as expected