Warehouse Location Map
The Warehouse Location Map field is used by plays and steps to link ChannelApe Inventory Management System Location IDs to Warehouses. Information in the map is needed for order fulfillment requests, inventory, and fulfillment order receipt processing.
The following fields are required for each warehouse entry:
- warehouse
- company
- locationId
- name
- id
- zipCode
Example
[
{
"warehouse": "KYSPL",
"company": "United Parcel Service",
"locationId": "596",
"name": "UPS East Coast",
"id": "UPSF",
"zipCode": "40165"
},
{
"warehouse": "CAMRL",
"company": "United Parcel Service",
"locationId": "597",
"name": "UPS West Coast",
"id": "UPSW",
"zipCode": "91752"
}
]
Optional Fields
-
webhookUrl - Used by Webhook - Send Orders to send to different webhook URLs per location. See here for an example of usage.
-
cancelEndpoint - Used to reach out to a warehouse and cancel a pending fulfillment from within the app. See here for an example of usage.