object WorkOrderAssemblySkuType
Fields
| Field | Type | Description |
|---|---|---|
to_create_quantity | Int | To create quantity as a whole-unit count. |
created_quantity | Int | Created quantity as a whole-unit count. |
receiving_location | Location | URL for the receiving location resource. |
staging_location | Location | URL for the staging location resource. |
account_id | ID | Public API account ID that identifies the related record. |
sku | String | SKU. SKU matching is case-insensitive and ignores surrounding whitespace. |
created_at | DateTime | Created at as an ISO-8601 datetime, returned in UTC unless otherwise noted. |
updated_at | DateTime | 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_pick | Int | Items to pick as a numeric value. |
items_per_kit | Int | Items per kit as a numeric value. |
lot_name | String | Lot name for this work order assembly SKU. |
lot_expiration_date | Date | 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"
}