Integrating OMS with Seller Center
Last updated
Was this helpful?
Last updated
Was this helpful?
This document provides information on how to integrate and configure the OMS (Order Management System) with the Seller Center.
The OMS-Seller Center integration allows seamless communication between the OMS and the Seller Center. Through this integration, orders flow through the Seller Center instead of Omnitron, and both orders and their related packages are managed via the OMS.
Only order and address data are transmitted from the Seller Center as part of this integration. OMS’s other dependencies on Omnitron remain intact.
A high-level architecture diagram for the integration is provided below.
During the setup, automatically registered webhooks in Omnitron must be deactivated.
You can access the webhooks using the following endpoint:
The following webhooks should be deactivated:
cancellation_plan.created
cancellation_plan.updated
order.created
order.updated
retail_store.created
retail_store.updated
To enable integration, endpoints normally used for order flows with Omnitron must be redirected to the Seller Center. This redirection is achieved by updating the relevant configurations in the OMS Application Settings.
Configuration Key:
OMNITRON_CLIENT_SETTINGS
Ensure that:
Authentication credentials are correct,
base_url
is updated,
All relevant endpoints (e.g., orders
, orderitem_set
, cities
, districts
, etc.) are listed with valid tokens.
These webhook definitions can be created either via the UI or through the API. Below are the required webhook types and their corresponding target_url
s.
Package Created:
{seller_center_base_url}/api/v1/applications/oms/packages/
Webhook:
package.created
Package Status Updates:
{seller_center_base_url}/api/v1/applications/oms/packages/update-status/
Webhook:
package.status.preparing
package.status.packed
package.status.delivered
package.status.shipped
package.status.packed_for_refund
package.status.out_of_stock
package.status.ready_for_customer_pickup
package.status.cancelled
Request the supplier_code
from Seller Center for the seller and enter it into the OMS Application Settings.
Configure order filtering rules.
Define required status transitions for order processing.
Set up shipping configuration parameters.
Register all required business scenarios within the system.
On the Seller Center side, a single static channel is sent along with each order.
This channel is created when the first order is received.
Therefore, if OMS scenarios depend on a specific channel, those configurations must be applied after the first order has been created.