Order Synchronization
Published by Marc Bednar on September 26, 2023
Overview
This feature allows you to synchronize your orders with the associated delivery configuration mechanism of your choice. This way, you will be notified anytime an order is submitted and of any changes it incurs in the future.
Leveraging this feature allows you to integrate the order processing process with your internal systems.
Add a Connection to OrderCloud
You must have an OrderCloud production marketplace.
You must create a DeliveryConfiguration that enables one of the delivery mechanisms.
You must enable OrderSync using the API described later in this document.
New Properties
OrderSyncConfig
1{2 "DeliveryConfigID": "",3 "ConfigData": ""4}
New Endpoints
GET /integrations/OrderSync
PUT /integrations/OrderSync
PATCH /integrations/OrderSync
DELETE /integrations/OrderSync
For more in formation, see Order Sync API Reference
Still have questions?
Ask in our Community Channel