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