input UpdateLocationInput

Fields

FieldTypeDescription
location_idString!

Public API location ID for the location to update.

zoneString

Zone for this location.

location_type_idString

Public API location type ID that identifies the related record.

pickableBoolean

Whether inventory in this location can be picked for fulfillment.

sellableBoolean

Whether inventory in this location counts toward sellable availability.

is_cartBoolean

Whether this location is cart.

pick_priorityInt

Pick priority as a numeric value.

dimensionsDimensionsInput

Package or item dimensions. Length, width, and height are in inches unless account or carrier configuration specifies another unit.

temperatureString

Temperature for this location.

Referenced By

Example

{
  "location_id": "TG9jYXRpb246MTIzNA==",
  "zone": "A",
  "location_type_id": "TG9jYXRpb25UeXBlOjEyMzQ=",
  "pickable": true,
  "sellable": true,
  "is_cart": true,
  "pick_priority": 1,
  "dimensions": {length: 12.5, width: 8.0, height: 4.0},
  "temperature": "ambient"
}