Use the Order REST API to create, retrieve, update, and delete order data in Sitecore CDP.
This REST API lets you interact with the following objects:
- Order - the parent for all other objects, containing attributes common to the entire order.
- Order item - something that has been purchased as part of the order.
- Order contact - the primary contact person for an order.
- Order consumer - the person that consumes the order item.
- Order data extension - any key-value pairs you want to add to the order object.
- Order item data extension - any key-value pairs you want to add to the order item object.
Note the following:
- To use this REST API, you must authenticate your API requests.
- All API requests are made in your production environment.
- This reference documentation describes Sitecore CDP functionality for data model 2.1.
For more information, see the official Sitecore CDP developer documentation, including examples of order items and order item data extensions.