object WorkOrderAssemblySkuType

Fields

FieldTypeDescription
to_create_quantityInt
created_quantityInt
receiving_locationLocation
staging_locationLocation
account_idID
skuString
created_atDateTime
updated_atDateTime
components[WorkOrderAssemblyComponentType]
items_to_pickInt
items_per_kitInt
lot_nameString
lot_expiration_dateDate

Referenced By

Example

{
  "to_create_quantity": 987,
  "created_quantity": 987,
  "receiving_location": Location,
  "staging_location": Location,
  "account_id": "abc123",
  "sku": "abc123",
  "created_at": "abc123",
  "updated_at": "abc123",
  "components": WorkOrderAssemblyComponentType,
  "items_to_pick": 987,
  "items_per_kit": 987,
  "lot_name": "abc123",
  "lot_expiration_date": "abc123"
}