Create a Sales Channel
The sales channel represents where a user sell their products. Subscribing to a Sales Channel will enable user to fulfill orders placed on it.
Create a Sales Channel
POST
https://{{workspace}}.myeshopbox.com/api/v1/channel
This endpoint allows to create a sales channel
Headers
Name
Type
Description
Authentication
string
The Bearer token is required to access the API
Request Body
Name
Type
Description
portalId
integer
Id of portal for which sales channel is created
integrationModelId
integer
Integration model id for which a sales channel is created
channelAccountId
integer
channel account id for which sales channel is created
fulfillmentChannels
array
list of warehouses for which sales channel is created
Last updated