object WorkOrderAssemblyComponentType

Fields

FieldTypeDescription
skuString

SKU. SKU matching is case-insensitive and ignores surrounding whitespace.

account_idID

Public API account ID that identifies the related record.

to_pick_quantityInt

To pick quantity as a whole-unit count.

picked_quantityInt

Picked quantity as a whole-unit count.

pick_location_idID

Public API pick location ID that identifies the related record.

Referenced By

Example

{
  "sku": "BLUE-TEE-M",
  "account_id": "QWNjb3VudDoxMjM0",
  "to_pick_quantity": 2,
  "picked_quantity": 2,
  "pick_location_id": "TG9jYXRpb246MTIzNA=="
}