input AssemblySKUType
Fields
| Field | Type | Description |
|---|---|---|
sku | String! | SKU. SKU matching is case-insensitive and ignores surrounding whitespace. |
quantity | Int! | Quantity as a whole-unit count. |
receiving_location_id | String | Public API receiving location ID that identifies the related record. |
staging_location_id | String | Public API staging location ID that identifies the related record. |
lot_id | String | Public API lot ID that identifies the related record. |
Referenced By
- CreateWorkOrderInput Type
Example
{
"sku": "BLUE-TEE-M",
"quantity": 2,
"receiving_location_id": "TG9jYXRpb246MTIzNA==",
"staging_location_id": "TG9jYXRpb246MTIzNA==",
"lot_id": "TG90OjEyMzQ="
}