List Orders
Get a list of all orders in your account
To get a list of all orders within a specific timestamp range, use the order query and include these additional query parameters. The timestamps are unix timestamps in milliseconds, which you can read about here. To easily convert a human-readable date / time to a unix timestamp, you can use this converter. Sample code that includes an example of a bulk order query can be found in this GitHub repo.Documentation Index
Fetch the complete documentation index at: https://www.zinc.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use your client token as the username. Leave the password blank.
Query Parameters
Maximum number of orders to return in the results (defaults to 10)
Number of order responses to skip before including up to limit orders in results
Timestamp of start of the range (inclusive)
Timestamp of end of the range (exclusive)
Name of the retailer to include orders from. See Supported Retailers for a list of supported retailers.
Response
List of orders retrieved successfully
Response type
order_response A merchant order ids object which contains details about the retailer's order identifiers
An array of tracking objects that contain the order's tracking information
The original request that was sent to the Zinc API
An array of ordered products and their given delivery dates
(Amazon only) An account status object that gives details about the ordering account

