Storage locations
Create storage location
POST https://{YOUR-TENANT-NAME}.api.fulfillmenttools.com/api/facilities/{facilityId}/storagelocations{
"tenantLocationId": "qa-location-01",
"name": "QA on Hold 01",
"type": "SINGLE_STORAGE",
"runningSequences": [],
"scannableCodes": [],
"traitConfig": [
{
"trait": "ACCESSIBLE",
"enabled": false
}
]
}Last updated