/
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