object TotePick

Fields

FieldTypeDescription
idString
legacy_idInt
skuString
created_atISODateTime
updated_atISODateTime
tote_idString
currentInt
picked_quantityInt
quantityInt
inventory_binString
line_itemLineItem
locationLocation
deductedBoolean

Referenced By

Example

{
  "id": "abc123",
  "legacy_id": 987,
  "sku": "abc123",
  "created_at": "abc123",
  "updated_at": "abc123",
  "tote_id": "abc123",
  "current": 987,
  "picked_quantity": 987,
  "quantity": 987,
  "inventory_bin": "abc123",
  "line_item": LineItem,
  "location": Location,
  "deducted": true
}