v1

latestOpenAPI 3.0.32026-07-13149852.3 MB
location

Location - Create

Create a new location within a warehouse (e.g. bin, shelf, or zone).

post/location/create

Request body

warehouse_idstring required

Warehouse ID to create the location in

namestring required

Location name

Example request

{
  "warehouse_id": "507f1f77bcf86cd799439011",
  "name": "Shelf A-1"
}

Response

Location created successfully

_idstring required

Location ID

successboolean required

Whether the operation succeeded

warehouse_idstring required

Parent warehouse ID

namestring required

Location name

notestring

Additional note, e.g. if location already existed

Example response

{
  "_id": "507f1f77bcf86cd799439011",
  "warehouse_id": "507f1f77bcf86cd799439011"
}