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 contact REST API v2 (legacy)
  • Retrieve an order contact (legacy)

Retrieve an order contact (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/orderContacts/<orderContactRef>

Retrieves an order contact.

Attribute

Type

Description

Example

orderContactRef

string

The reference of the contact on the order.

If you do not know the order contact reference, first retrieve order contact references for an order.

f8d1f0d5-365d-46b7-becf-d041e93a5705

RequestResponse
curl -X GET '<baseURL>/v2/orderContacts/f8d1f0d5-365d-46b7-becf-d041e93a5705' \
-u '<username>:<password>' \
-H 'Accept: application/json'
RequestResponse
{
  "href": "<baseURL>/v2/orderContacts/f8d1f0d5-365d-46b7-becf-d041e93a5705",
  "ref": "f8d1f0d5-365d-46b7-becf-d041e93a5705",
  "createdAt": "2025-08-15T16:00:55.554Z",
  "modifiedAt": "2025-08-21T16:00:51.882Z",
  "title": "Ms",
  "firstName": "Jane",
  "lastName": "Doe",
  "gender": "female",
  "dateOfBirth": "2025-10-28T00:00:00.000Z",
  "emails": [
      "[email protected]"
  ],
  "phoneNumbers": [
      "+353161123345",
      "+353861123345"
  ],
  "nationality": "Irish",
  "passportNumber": "PZ4A9565",
  "guest": {
    "href": "<baseURL>/v2/guests/9d94ee11-7043-4b71-980c-a777d00a7b46"
  },
  "order": {
    "href": "<baseURL>/v2/orders/056621C2-C955-492D-B7EE-C77C6BDDFDEE"
  }
}

Do you have some feedback for us?

If you have suggestions for improving this article,

Privacy policySitecore Trust CenterCopyright © 1999-2026 Sitecore