Sales channels
You can create and edit sales channels to receive new orders, quickly and easily, in your Order Management System (OMS). Each sales channel must have only one associated aggregate providing the for stock available to all enabled sources.
Configure sales channels
You can create and edit sales channels via the OMS Admin or the API.
Via OMS Admin
Adding a new sales channel is a bit simpler than adding a stock aggregate. The only information you have to specify is the External ID, Name, Parent, and corresponding Stock Aggregate.
To add a new sales channel:
- Navigate to System > Stock aggregates and Sales channels.
- Click Add Sales channel.
- Add info for the External ID, Name fields, and select the applicable Stock aggregate from the list.
-
Click Create.
Create new sales channel
Via the API
To configure sales channels via the API:
- Set up a sales channel ID for the Connector to enable Magento to prepare and send orders to the OMS.
- Use the sales channel management
create
andupdate
messages to create and edit sales channels as needed.
{
"sales_channel": {
"id": "string",
"name": "string",
"aggregate_id": "string"
}
}