get https://sandbox.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 cursor parameter in the request (using the next_cursor from the response when available) to fetch all orders.
Property | Type | Description |
---|---|---|
orders | object[] | Array of Orders |
connections | object | |
request_id | string | Rutter request ID used for tracking API calls |
next_cursor | string | null |