v1

latestOpenAPI 3.1.02026-07-24920300.7 KB

List

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

get/items/

Query parameters

orderstring

Order ID

offerstring

Offer ID

subscriptionstring

Subscription ID

one_timeboolean

Indicates if item was the result of Impulse Upsell functionality

statusinteger

Order status code

placestring date

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

place_startstring date

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

place_endstring date

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

productstring

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

omit_price_calculationboolean

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_startstring date

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

order_updated_endstring date

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

include_incentivesboolean

If true, the response will include the applied incentives list.

Response

200