Product Synchronization
Published by Marc Bednar on July 26, 2023
Overview
OrderCloud allows you to synchronize your catalog content with any system of your choosing using one of the pre-defined delivery mechanism that best suits your needs. When products are created, updated or deleted, you will be notified of these changes via any of the following Delivery Configurations:
An Http(s) endpoint
An EventHub instance
A Kafka instance
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 ProductSync using the API described later in this document.
New Properties
ProductSyncConfig
{
“SyncProductChanged”: true | false,
”SyncProductDeleted”: true | false,
”DeliveryConfigID”:””
}
New Endpoints
GET /integrations/ProductSync
PUT /integrations/ProductSync
PATCH /integrations/ProductSync
DELETE /integrations/ProductSync
For more in formation, see Product Sync API Reference
Was this page helpful? Give it a bravo!
Still have questions?
Ask in our Community Channel