v1
latestOpenAPI 3.0.32026-07-13149852.3 MBlocation
Location - Create
Create a new location within a warehouse (e.g. bin, shelf, or zone).
post/location/create
Request body
Example request
{
"warehouse_id": "507f1f77bcf86cd799439011",
"name": "Shelf A-1"
}Response
Location created successfully
Example response
{
"_id": "507f1f77bcf86cd799439011",
"warehouse_id": "507f1f77bcf86cd799439011"
}