input LineItemInput
Fields
| Field | Type | Description |
|---|---|---|
product_name | String! | Product name for this line item. |
sku | String! | SKU. SKU matching is case-insensitive and ignores surrounding whitespace. |
quantity | Int! | Quantity as a whole-unit count. |
Referenced By
Example
{
"product_name": "Blue Tee",
"sku": "BLUE-TEE-M",
"quantity": 2
}