Sales Orders

List sales orders

Plan: Paid API.

get/sales_orders

Query parameters

pageinteger
per_pageinteger

Capped to 5 when the account lacks the index_api_enabled flag.

txn_date_fromstring date

Only sales orders with a txnDate on or after this date. Exactly YYYY-MM-DD; anything else -- including a wider year such as 9999999999-01-01, which parses as a date but exceeds what the column can hold -- is rejected with 422, never ignored.

txn_date_tostring date

Only sales orders with a txnDate on or before this date. Exactly YYYY-MM-DD; anything else -- including a wider year such as 9999999999-01-01, which parses as a date but exceeds what the column can hold -- is rejected with 422, never ignored.

Response

OK

Changes