Links
Comment on page

Create a Fc Subscription

A fulfillment center (FC) is a physical location from which Eshopbox fulfills orders. Subscribing fulfillment center (FC) will allow a user to send their inventory to Eshobox warehouses.
post
https://{{workspace}}.myeshopbox.com/api
/v1/subscription
Create a fulfillment Center Subscription
CURL
curl -X POST https://auth.myeshopbox.com/api/v1/subscription \
-H "Authorization: Bearer XXXX" \
-H "Content-Type: application/json" \
-d $'{
"data": {
"warehouseId": "1",
"warehouseName": "TCNS Banglore",
"externalWmsAccountId": "1",
"facility": "BDBLR108",
"operatingModel": "consignment",
"requestDocuments": {
"gstCertificateUrl": "http://abc.com/1.jpg",
"signatureUrl": "http://abc.com/2.jpg",
"companyLogoUrl": "http://abc.com/3.jpg"
}
}
}'