Skip to main content

Location attributes for creating or updating warehouse locations

code
string
required

Unique location code within the warehouse

Maximum string length: 60
warehouse_id
integer
required

ID of the warehouse this location belongs to

location_type_id
integer
required

ID of the location type (defines behavior)

description
string | null

Location description

barcode
string | null

Scannable barcode for the location

aisle
string | null

Aisle identifier

bay
string | null

Bay identifier within the aisle

level
string | null

Shelf level (height)

position
string | null

Position within the level

pick_sequence
integer | null

Order for pick routing optimization

putaway_sequence
integer | null

Order for putaway routing optimization

max_weight
number | null

Maximum weight capacity (kg)

max_cube
number | null

Maximum volume capacity (cubic meters)

is_pickface
boolean | null

If true, this is a forward pick location

is_active
boolean | null

If false, location is disabled

string1
string | null

Custom string field 1

string2
string | null

Custom string field 2

string3
string | null

Custom string field 3

string4
string | null

Custom string field 4

string5
string | null

Custom string field 5

integer1
integer | null

Custom integer field 1

integer2
integer | null

Custom integer field 2

integer3
integer | null

Custom integer field 3

integer4
integer | null

Custom integer field 4

integer5
integer | null

Custom integer field 5

boolean1
boolean | null

Custom boolean field 1

boolean2
boolean | null

Custom boolean field 2

boolean3
boolean | null

Custom boolean field 3

boolean4
boolean | null

Custom boolean field 4

boolean5
boolean | null

Custom boolean field 5