List

View as Markdown
Returns a list of all the order items for an individual user.

Authentication

x-api-keystring
API Key authentication via header

Query parameters

orderstringOptional
Order ID
offerstringOptional
Offer ID
subscriptionstringOptional
Subscription ID
one_timebooleanOptional
Indicates if item was the result of Impulse Upsell functionality
statusintegerOptional
Order status code
placedateOptional

Order’s place date exact match (yyyy-mm-dd)

place_startdateOptional

Order’s place date later or equal than parameter (yyyy-mm-dd)

place_enddateOptional

Order’s place date sooner or equal than parameter (yyyy-mm-dd)

productstringOptional

Product’s external_product_id - filter items by the proper product currently associated with them.

omit_price_calculationbooleanOptionalDefaults to false

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_startdateOptional

items whose order.updated field is greater than or equal to the given datetime (YYYY-MM-DDTHH:MM:SS)

order_updated_enddateOptional

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