Introduction
This document describes an API endpoint and several methods exposed by SellerCenter and intended to be used by OMS system.
We have currently the issue when some of the status changes are not synced from OMS to SC properly. The root cause is SC is currently using cronjob-based synchronising for importing new statuses, that can have some potential issues related with unsynced data, or nonpersistent data transfer (Ex: unstable HTTP request, network latency, etc…).
Workflow
- OMS will send new order items status change to SC API via Broker with events.
- 01 message for 01 event.
- For the events that are failure on processing for some reasons, SC will send back the error status to broker (with HTTP error code), and broker should send them again.