The sales channel represents where you sell your products. Subscribing to a Sales Channel will enable you to fulfill orders placed on it.
Following are the attributes of sales channel:
Portal - eg. Amazon, Flipkart.
Seller Account Details: Provide detail of account through which you are listed on the portal eg. Eshopbox seller account, your seller account.
Fulfillment center: Order will be processed through this FC.
Fulfillment Model: Model through which an order is fulfilled. eg: Snapdeal lite, Snapdeal Plus
​
Attribute | type | Declaration |
|
| Id to uniquely identify sales channel |
|
| Unique id of integration model for which sales channel is created |
|
| Unique id of channel account |
|
| portal id corresponding to that particular sales channel |
|
| unique channel name for which sales channel is created |
|
| Workspace identifier of a particular sales channel |
|
| name of portal from foe which sales channel is created |
|
| Integration model name of that particular sales channel |
|
| channel account name of that particular sales channel |
| ​ | list of fulfillment center which is subscribed by sales channel |
|
| Status of sales channel(Active or Inactive) |
|
| Brand status |
|
| Sales channel status |
|
| Fulfillment center status |
|
| The time at which sales channel is created |
|
| The time at which sales channel is updated |
​
{"id": 1,"integrationModelId": 1,"channelAccountId": 1,"portalId": 1,"externalChannelId": "1","accountSlug": "CH1234","portalName": "TATA CLIQ","integrationModelName": "Amazon Prime","channelAccountName": "Eshopbox channel account","fulfillmentChannels": [{"fulfillmentChannelId": "1","channelSubscriptionId": "1","warehouseId": "9","externalWmsChannelName": "Amazon_prime_Eshopbox","status": "0","enrollmentStatus": "INACTIVE","warehouseName": "Kapas Kraft Apparels Limited 1006","opsVerificationStatus": "0"},{"fulfillmentChannelId": "2","channelSubscriptionId": "2","warehouseId": "16","externalWmsChannelName": "Amazon_prime_Eshopbox","status": "0","enrollmentStatus": "INACTIVE","warehouseName": "Kapas Kraft Apparels Limited 1006","opsVerificationStatus": "0"}],"status": "0","brandRegistrationStatus": "0","enrollmentStatus": "IN PROCESS","createdAt": "2018-08-29T21:02:01.000+05:30","updatedAt": "2019-11-19T11:06:08.000+05:30"}
​
Attributes | Type | Description |
|
| Id of a channel which is subscribed by a particular Fulfillment center |
|
| Unique Id of a particular channel subscribed |
|
| Unique id of fulfillment center |
|
| WMS channel name |
|
| Status of fulfillment center (ACTIVE,INACTIVE) |
|
| Fulfillment channel enrollment status |
|
| Fulfillment center name |
|
| Fulfillment center is verified by eshopbox team or not |
Attribute | Descriptions |
| Brand is Registered |
| Brand is not registered |
Attribute | Descriptions |
| Sales Channel is Enrolled |
| Sales Channel is not enrolled |
Attribute | Descriptions |
| Fulfillment center is verified for particular sales channel |
| Fulfillment center is not verified for particular sales channel |
​
​