List

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

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
🔐

Authentication

✔️ Application API Scope

✔️ Storefront API Scope

Note: Application API Scope with Bulk Operations permission is required to list items for more than one customer.

Response Body Definitions

NameTypeDescriptionExample
offerstringOffer ID"4a10a0e1738f46bf9d81be56ea6d8d85"
orderstringOrder ID"9e78860ef49c4a86861ca11f638e5488"
subscriptionstringSubscription ID"565998a03d7a4647971aab47f8c487f9"
productstringProduct ID"62900-W01"
componentsstringLegacy Bundle components"product_id_1,product_id_2"
subscription_componentstring \nullNew Bundle Subscription Component ID"85eae83c245111eeb185acde48001122"
quantityintegerNumber of items2
public_idstringItem ID"f9cb2f93e1c845eb9de9eff46ddb3cbf"
product_attributestringDeprecated
pricestringItem price"12.99"
extra_coststring"1.00"
total_pricestringTotal price of item in order"9.20"
one_timebooleanIndicates if item order was result of Impulse Upsell functionalityfalse
order_updatedstringThe date and time the order this item belongs to was last updated. Format: YYYY-MM-DD HH:mm:ss"2025-01-31 00:00:00"
frozenbooleanfalse
first_placed
gift_contextobjectFor gift items, display the gift context properties"can_change_quantity": false, "can_swap_sku": false
Query Params
string

Order ID

string

Offer ID

string

Subscription ID

boolean

Indicates if item was the result of Impulse Upsell functionality

int32

Order status code

date

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

date

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

date

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

string

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

boolean
Defaults 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.

date

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

date

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

boolean

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

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json