get https://production.rutterapi.com/orders
Fetching all orders
The /orders
endpoint allows developers to receive user-authorized order data for a merchant's store.
Due to the potentially large number of orders associated with an Item, results are paginated. Manipulate the count and offset parameters in conjunction with the total_orders response body field to fetch all available transactions.
Response Properties
Property | Type | Description |
---|---|---|
orders | object[] | Array of Orders |
connection | object | |
next_cursor | string | null |