List Orders

GET

List all orders created for a given site.

Required scope | ecommerce:read

Path parameters

site_idstringRequired

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 objectsOptional

List of orders

paginationobjectOptional

Pagination object

Errors