object WorkOrderAssemblySkuType
Fields
| Field | Type | Description |
|---|---|---|
to_create_quantity | Int | |
created_quantity | Int | |
receiving_location | Location | |
staging_location | Location | |
account_id | ID | |
sku | String | |
created_at | DateTime | |
updated_at | DateTime | |
components | [WorkOrderAssemblyComponentType] | |
items_to_pick | Int | |
items_per_kit | Int | |
lot_name | String | |
lot_expiration_date | Date |
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"
}