/
Update Order
Update Order
pre-requisites
Overview
Update an order by its id. Also requires an authorizationId as input.
Endpoint
PATCH https://api.adcellerant.com/order/{id}
Example Request
Example Response
Status: 200 OK
Header Specifications
header | value |
---|---|
Authorization | Basic <your encoded value> |
See: Authentication
Input Specifications
Field | Description |
---|---|
id (path variable) | the id of the order to update |
authorizationId | The id that authorizes access to specific orders |
externalId | A UID that pertains to an external provider. |
Output Specifications
The order object is returned
See: Order Response
Related content
Order Detail Response
Order Detail Response
Read with this
Get Order
Get Order
More like this
Search Orders
Search Orders
More like this
Get Product Listings
Get Product Listings
More like this
Authentication
Authentication
More like this