Get new orders
Get all orders that have not yet been confirmed by the seller. The maximum recommended call frequency for retrieving data from this endpoint is 2 requests per second.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Headers
token
The Authentication token obtained from the get_token route.
client
The id of the client making the request.
Query parameters
include_raw
Set true to include the raw data from the marketplace for each order in results.
limit
The max number of orders in the response (50-200). Default is 100.
cursor
Cursor for the next page of orders.
marketplace_fulfilled
Set true to only include with marketplace_fulfilled set
Response
List of orders
orders
next_cursor
The cursor to get the next page of orders.