Retrieves sales orders for the specified connection. Supports iterating and filtering by modified date range or transaction date range.
Use your app's API_KEY as the username, and leave the password blank
Optional URL to receive a webhook when the request is completed
A custom ID that can be used to identify the request and response. This could be your local ID for the request.
"1"
If true, QuBe Sync will automatically handle the QBXML iteration until all records are returned. Each page of results will have its own request record and webhook. The id and webhook_url will be the same across each page request, and there will also be page_request_id
, page
values to distinguish pages from each other.
true
Maximum number of results to return
Filter sales orders modified after this date (ISO 8601 format)
Filter sales orders modified before this date (ISO 8601 format)
Filter sales orders from this transaction date (ISO 8601 format)
Filter sales orders to this transaction date (ISO 8601 format)
Sales orders query accepted and queued for processing
The response is of type object
.