Subscribe warehouse
POST {{fulfillment_client_url}}/warehouse/subscribe-warehouse
Call to subscribe to a private warehouse using the token provided by the warehouse.
Body definition
name | Type | Description | Required |
---|---|---|---|
token | String | key provided by the warehouse | true |
Request Body
{"token"=>"WMS-1"}
RESPONSES
status: OK
{"check":true}