Sending orders
Sitecore CDP provides different options for sending orders to Sitecore CDP. The available options depend on, for example, the frequency of order submission, and whether orders are submitted in real-time, offline, or synchronously.
Sending orders using a single event
Sending orders using multiple events
You can use Sitecore CDP to assemble orders in real-time if the booking flow for your organization's site does not facilitate sending all order-related data from the confirmation page. For example, your site's confirmation page might not be tagged to capture and send contact information so you would need to send the ADD_CONTACTS
event from a different web page.
Managing orders synchronously
You can manage orders synchronously using the REST API to do any of the following:
-
Create, locate, retrieve, update and delete orders and order items
-
Update orders that have the same
referenceId
values and haveorderedAt
values (purchase dates) within two days of another. -
Send additional data with orders using order data extensions
-
Send additional data with order items using order item data extensions
Offline order submission
Offline order submission is performed using the Batch API.