input UpdateLocationInput

Fields

FieldTypeDescription
location_idString!

The id of the location you want to modify

zoneString
location_type_idString
pickableBoolean
sellableBoolean
is_cartBoolean
pick_priorityInt
dimensionsDimensionsInput
temperatureString

Referenced By

Example

{
  "location_id": "abc123",
  "zone": "abc123",
  "location_type_id": "abc123",
  "pickable": true,
  "sellable": true,
  "is_cart": true,
  "pick_priority": 987,
  "dimensions": DimensionsInput,
  "temperature": "abc123"
}