Search Orders
pre-requisites
Overview
Search for orders
Endpoint
POST https://api.adcellerant.com/order/search
Example Request
Example Response
Status: 200 OK
Header Specifications
header | value |
---|---|
Authorization | Basic <your encoded value> |
See: Authentication
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. See: Order State |
dates | Search orders by dates. See: Order Date Filters |
sort
a list of sorts
Field | Description |
---|---|
field | The field to sort on. See: Sortable Order Field |
direction | The direction to sort by. See: Sort Direction |
Output Specifications
The order object is returned
See: Order Response