Skip to main content
Users
CloudPortalLogin
  • Powered byPowered by
Developing with Sitecore CDP
Data privacy
Before you start sending data
Integrating with Sitecore CDP
Stream API
Batch API
REST APIs
Data lake export service
  • Sitecore CDP for developers
  • REST APIs
  • Legacy REST APIs
  • Order item REST API v2 (legacy)
  • Retrieve order item references (legacy)

Retrieve order item references (legacy)

Important

A newer version of this REST API (v2.1) is available. If you're new to this REST API, use the new version. Alternatively, if you're already using the old version, read about the differences between v2 and v2.1 so you can upgrade.

GET /v2/orders/<orderRef>/orderItems

Retrieves a list of order items for an order.

Attribute

Type

Description

Example

orderRef

string

The reference of the order.

If you do not know the order reference, first retrieve orders.

d680c9be-4c07-4731-857e-9602034b15f2

In the response, in items.href, the order item reference is the string that follows the final slash:

"href": "<baseURL>/v2/orderItems/<orderItemRef>"

You use the order item reference to retrieve the order item.

RequestResponse
curl -X GET '<baseURL>/v2/orders/d680c9be-4c07-4731-857e-9602034b15f2/orderItems' \
-u '<username>:<password>' \
-H 'Accept: application/json'
RequestResponse
{
    "href": "<baseURL>/v2/orders/d680c9be-4c07-4731-857e-9602034b15f2/orderItems?offset=0&limit=10",
    "offset": 0,
    "limit": 10,
    "items": [{
        "href": "<baseURL>/v2/orderItems/FECBB7ED-6DFE-4E8C-85A9-B894B17EF4F3"
    }]
}

Do you have some feedback for us?

If you have suggestions for improving this article,

Privacy policySitecore Trust CenterCopyright © 1999-2026 Sitecore