object WorkOrderAssemblySkuType

Fields

FieldTypeDescription
to_create_quantityInt

To create quantity as a whole-unit count.

created_quantityInt

Created quantity as a whole-unit count.

receiving_locationLocation

URL for the receiving location resource.

staging_locationLocation

URL for the staging location resource.

account_idID

Public API account ID that identifies the related record.

skuString

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

created_atDateTime

Created at as an ISO-8601 datetime, returned in UTC unless otherwise noted.

updated_atDateTime

Updated at as an ISO-8601 datetime, returned in UTC unless otherwise noted.

components[WorkOrderAssemblyComponentType]

List of components associated with this work order assembly SKU.

items_to_pickInt

Items to pick as a numeric value.

items_per_kitInt

Items per kit as a numeric value.

lot_nameString

Lot name for this work order assembly SKU.

lot_expiration_dateDate

Lot expiration date in ISO-8601 date or datetime format, returned in UTC when time is included.

Referenced By

Example

{
  "to_create_quantity": 2,
  "created_quantity": 2,
  "receiving_location": "https://example.com/resource",
  "staging_location": "https://example.com/resource",
  "account_id": "QWNjb3VudDoxMjM0",
  "sku": "BLUE-TEE-M",
  "created_at": "2026-07-09T15:30:00Z",
  "updated_at": "2026-07-09T15:30:00Z",
  "components": ["BLUE-TEE-M", "RED-HOODIE-L"],
  "items_to_pick": 2,
  "items_per_kit": 2,
  "lot_name": "BLUE-TEE-M",
  "lot_expiration_date": "2026-07-09T15:30:00Z"
}