pre-requisites
Overview
Search for orders
Endpoint
POST https://api.adcellerant.com/order/search
Example Response:
Status: 200 OK
Header Specifications
Authorization
Input Specifications
page
Field | Description |
---|---|
pageNumber | The page of orders to return. Value must be greater than 0. Defaults to 1. |
pageSize | The number of orders to return per page. Value must be between 1 and 50. Defaults to 25. |
filter
Field | Description |
---|---|
authorizationId | The id that authorizes access to specific orders. |
externalId | Search orders by externalId. |
state | Search orders by state. |
dates | Search orders by dates. |
sort
Field | Description |
---|---|
field | The field to sort on. |
direction | The direction to sort by. |
Output Specifications
The order object is returned
See: Order Response
Example Request:
https://api.adcellerant.com/order/456