Adding your first facility
What's a facility?
Create a facility
1
{
"name": "Nerd Herd Clothing Warehouse",
"type": "MANAGED_FACILITY",
"address": {
"companyName": "Nerd Herd Clothing Ltd",
"country": "US",
"postalCode": "10014",
"city": "New York",
"street": "West 10th Street"
},
"services": [
{
"type": "SHIP_FROM_STORE" // even if it's a warehouse, you need to use this type
}
],
"status": "ONLINE",
"locationType": "WAREHOUSE",
"tenantFacilityId": "1"
}2
3
{
...
{
...
"resolvedCoordinates": {
"lat": 33.9906506,
"lon": -118.4666995
},
"resolvedTimeZone": {
"offsetInSeconds": -18000,
"timeZoneId": "America/New_York",
"timeZoneName": "Eastern Standard Time",
"source": "BACKEND_GENERATED"
},
...
"fulfillmentProcessBuffer": 240,
...
"capacityEnabled": false,
"lastModified": "2025-12-02T15:12:16.505Z",
"version": 1,
"id": "019adf9f-1679-70ee-aeeb-4e94aa65d22b",
"created": "2025-12-02T15:12:16.505Z"
}4
Last updated

