List
Returns a list of all the order items for an individual user.
Authentication
x-api-keystring
API Key authentication via header
Query parameters
order
Order ID
offer
Offer ID
subscription
Subscription ID
one_time
Indicates if item was the result of Impulse Upsell functionality
status
Order status code
place
Order’s place date exact match (yyyy-mm-dd)
place_start
Order’s place date later or equal than parameter (yyyy-mm-dd)
place_end
Order’s place date sooner or equal than parameter (yyyy-mm-dd)
product
Product’s external_product_id - filter items by the proper product currently associated with them.
omit_price_calculation
If True, Ordergroove will omit the price, total_cost, and extra_cost fields from the Response Body. This can significantly improve performance in some scenarios.
order_updated_start
items whose order.updated field is greater than or equal to the given datetime (YYYY-MM-DDTHH:MM:SS)
order_updated_end
items whose order.updated field is less than or equal to the given datetime (YYYY-MM-DDTHH:MM:SS)
Response
200
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error