object WorkOrderAssemblyComponentType

Fields

FieldTypeDescription
skuString
account_idID
to_pick_quantityInt
picked_quantityInt
pick_location_idID

Referenced By

Example

{
  "sku": "abc123",
  "account_id": "abc123",
  "to_pick_quantity": 987,
  "picked_quantity": 987,
  "pick_location_id": "abc123"
}