input UpdateAssemblyComponentsComponentInput
Fields
| Field | Type | Description |
|---|---|---|
sku | String! | SKU. SKU matching is case-insensitive and ignores surrounding whitespace. |
quantity | Int! | Quantity as a whole-unit count. |
Referenced By
Example
{
"sku": "BLUE-TEE-M",
"quantity": 2
}