| API Endpoint | Description |
|---|---|
POST /v1/syncMerchants | Synchronizes merchant records. |
POST /v1/syncItems | Synchronizes the global Items catalog. |
POST /v1/syncProducts | Synchronizes merchant-specific Products/offers. |
POST /v1/syncCategories | Synchronizes the category tree. |
POST /v1/syncInventory | Synchronizes real-time stock levels. |
POST /v1/syncCustomers | Synchronizes customer profiles. |
POST /v1/syncOrders | Synchronizes order records and their statuses. |
sync APIs will be a JSON object containing a key (pluralized version of the data model name) which holds an array of action objects. Each action object must contain two keys:command (string): The operation to perform. Values: "create", "update", or "delete".info (object): The full data object for the item. For delete, the info object only needs to contain the id.