List Orders

List all orders created for a given site.

Required scope | ecommerce:read

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

site_idstringRequiredformat: "objectid"
Unique identifier for a Site

Query parameters

statusenumOptional
Filter the orders by status
offsetdoubleOptional
Offset used for pagination if the results have more than limit records
limitdoubleOptional

Maximum number of records to be returned (max limit: 100)

Response

Request was successful
orderslist of objects or null
List of orders
paginationobject or null
Pagination object

Errors