Skip to main content
Sitecore Documentation
  • Learn
  • Downloads
  • Changelog
  • Roadmap
CDPCloud Portal
Sitecore CDP Developer Documentation
  • Developing with Sitecore CDP
    • Base URL
    • Response codes
    • REST API Guest v2.1
    • REST API Guest data extension v2.1
    • REST API Order v2.1
        • Examples of order items
    • REST API Order contact v2.1
    • REST API Order consumer v2.1
    • REST API Order data extension v2.1
    • REST API Order item data extension v2.1
    • REST API Audience export
  1. Order item REST API v2.1
  1. REST APIs
  2. Order item REST API v2.1
  3. Examples of order items

Examples of order items

The Order item REST API lets you create order items to describe the purchased item in detail. The Order item data extension REST API lets you include additional information of your choice about the order item.

Here's a few examples of order items you can send to Sitecore CDP using version 2.1 of the Order item and the Order item data extension REST APIs.

Example 59. Flight item

Here's an example payload for an order item that describes a flight purchase:

{
  "name": "NYC-PAR Flight",
  "description": "Flight from New York City to Paris",
  "type": "Flight Item",
  "productId": "FL44124",
  "price": 105,
  "currencyCode": "EUR",
  "originalPrice": 110,
  "originalCurrencyCode": "USD",
  "referenceId": "O62455331",
  "vendor": "Travel Agency",
  "status": "Confirmed",
  "language": "EN",
  "quantity": 1,
  "channel": "WEB"
}

Here's an example payload for an order item data extension that describes additional information about a flight purchase:

{
  "tripType": "OW",
  "origin": "DUB",
  "destination": "PAR",
  "operatingCarrier": "Carrier",
  "bookingClass": "1st"
}


Example 60. Mobile phone

Here's an example payload for an order item that describes a mobile phone:

{
  "name": "NewGen Mobile",
  "description": "Next-generation mobile phone",
  "type": "Mobile",
  "productId": "M44124",
  "price": 105,
  "currencyCode": "EUR",
  "originalPrice": 110,
  "originalCurrencyCode": "USD",
  "referenceId": "M62455331",
  "vendor": "Electronic Supplier",
  "status": "Accepted",
  "language": "EN",
  "quantity": 1,
  "channel": "WEB"
}

Here's an example payload for an order item data extension that describes additional information about a mobile phone:

{
  "model": "4455YU",
  "color": "Black",
  "capacity" : "1GB"
}


If you have suggestions for improving this article, let us know!

Documentation Assistant

This assistant uses AI to generate responses based on Sitecore documentation. While it has access to official sources, answers may be incomplete or inaccurate and should not be considered official advice or support.
Powered by
k
kapa.ai
Protected by reCAPTCHA

© Copyright 2026, Sitecore A/S or a Sitecore affiliated company.
All rights reserved.

Privacy policySitecore Trust CenterTerms of use