List Orders
List all orders created for a given site.
Required scope | ecommerce:read
Path parameters
site_id
Unique identifier for a Site
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
status
Filter the orders by status
offset
Offset used for pagination if the results have more than limit records
limit
Maximum number of records to be returned (max limit: 100)
Response
Request was successful
orders
List of orders
pagination
Pagination object