Get Orders
Get the order history for a customer. The default timespan is 30 days and default offset is 0.
GET
Get Order History for a customer.
Authorizations
Your Papercuts API Key
User Token received while integrating end user accounts
Query Parameters
Number of orders to return (default=10)
Offset for pagination (default=0)
Start date for order history (YYYY-MM-DD)
End date for order history (YYYY-MM-DD)
Order status (e.g., 'delivered', 'cancelled')
Response
200
application/json
Order history data
The response is of type object
.
Get Order History for a customer.