Skip to main content
Sitecore Documentation
  • Learn
  • Downloads
  • Changelog
  • Roadmap
CDPCloud Portal
Sitecore CDP Developer Documentation
  • Developing with Sitecore CDP
    • Authentication
    • Base URL
    • Batch file formatting requirements
        • Sending offline orders
        • Order data model
        • Order data model for flight
        • Send additional order data
        • Order extension data model
        • Order item data model
        • Send additional order items data
        • Order item extension data model
        • Flight segments data model
        • Using order delete
        • Order delete data model
  1. Batch API Offline orders
  1. Batch API
  2. Batch API Offline orders
  3. Send additional order items data

Send additional order items data

An order items data extension is an array that enables you to specify whatever name/value pairs (attributes) you want. Order items data extensions are optional and enable your organization to capture additional information with your order items.

The order items data extension collection is linked to an orderItems object, enabling you to extend your own requirements and custom attributes onto the order items object. You can insert one order items data extension within the array.

The following is a list of guidelines for using the order items data extension:

  • Place the data extension data in the extensions array of objects.

  • Only one data extension is supported per order item type.

  • The name attribute must be ext.

  • The key attribute must be default.

  • An order items data extension has a maximum of 50 attributes.

The following is a list of guidelines for using attributes in the data extension:

  • The attribute name must be alphanumeric [A-Z,a-z,0-9] as per the JSON RFC 7159 specification.

  • You must write the attribute name of the data extension in camel case.

  • The attribute name must be unique within the entire order item type.

  • We recommend making the attribute name meaningful.

  • If grouping is required, use common prefixes.

2.0 data model does not support this functionality.

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