Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique retailer ID. In the Dropship UI this is called the Merchant ID. To find your Merchant ID, click your merchant name in the top nav.
Query Parameters
Search by invoice or purchase order number
1: Acknowledged invoices | 0: Unacknowledged invoices
1: Paid invoices |0: Unpaid invoices
Invoice date is less than specified Time (Unix epoch format)
Invoice date is less than or equal to specified Time (Unix epoch format)
Invoice date is greater than specified Time (Unix epoch format)
Invoice date is greater than or equal to specified unix Time
Invoice due date is less than specified Time (Unix epoch format)
Invoice due date is less than or equal to specified Time (Unix epoch format)
Invoice due date is greater than specified Time (Unix epoch format)
Invoice due date is greater than or equal to specified Time (Unix epoch format)
Connection ID. Multiple values may be separated by commas.
Vendor IDs. Multiple values may be separated by commas.
Retailer IDs. Multiple values may be separated by commas.
Payment IDs. Multiple values may be separated by commas.
1: Invoice is paid |0: Invoice is unpaid
Purchase order number
Total due amount is less than the specified amount
Total due amount is less than or equal to the specified amount
Total due amount is greater than the specified amount
Total due amount is greater than or equal to the specified amount
Date paid is less than specified Time (Unix epoch format)
Date paid is less than or equal to specified Time (Unix epoch format)
Date paid is greater than specified Time (Unix epoch format)
Date paid is greater than or equal to specified Time (Unix epoch format)
Order close date is less than specified Time (Unix epoch format).
Order close date is less than or equal to specified Time (Unix epoch format).
Order close date is greater than specified Time (Unix epoch format)
Order close date is greater than or equal to specified Time (Unix epoch format)
Sorting preference
Page number within the paginated response
Number of records per page
Response
OK
Total number of records
100
Next page (applicable in a paginated response)
"https://api.example.org/demo/{retailer_id}/?page=5"
Previous page (applicable in a paginated response)
"https://api.example.org/demo/{retailer_id}/?page=3"