object Location

Fields

FieldTypeDescription
idString
legacy_idInt
account_idString
warehouse_idString
typeLocationType
nameString
zoneString
pickableBoolean
sellableBoolean
stagingBoolean

Indicates if this location is designated as a staging area for wholesale orders. Requires wholesale feature to be enabled for your account.

is_cartBoolean
pick_priorityInt
dimensionsDimensions
lengthStringDEPRECATED Not used anymore. Use dimensions
widthStringDEPRECATED Not used anymore. Use dimensions
heightStringDEPRECATED Not used anymore. Use dimensions
max_weightStringDEPRECATED Not used anymore. Use dimensions
temperatureString
productsProductConnection
ArgumentTypeRequiredDefaultDescription
sortStringNo
beforeStringNo
afterStringNo
firstIntNo
lastIntNo
last_countedISODateTimeDEPRECATED This field is no longer in use.
created_atISODateTime
expiration_lotsLotConnection
ArgumentTypeRequiredDefaultDescription
customer_account_idStringNo
sortStringNo
beforeStringNo
afterStringNo
firstIntNo
lastIntNo

Referenced By

Example

{
  "id": "abc123",
  "legacy_id": 987,
  "account_id": "abc123",
  "warehouse_id": "abc123",
  "type": LocationType,
  "name": "abc123",
  "zone": "abc123",
  "pickable": true,
  "sellable": true,
  "staging": true,
  "is_cart": true,
  "pick_priority": 987,
  "dimensions": Dimensions,
  "length": "abc123",
  "width": "abc123",
  "height": "abc123",
  "max_weight": "abc123",
  "temperature": "abc123",
  "products": ProductConnection,
  "last_counted": "abc123",
  "created_at": "abc123",
  "expiration_lots": LotConnection
}