input CreateReturnItemExchangeInput
Fields
| Field | Type | Description |
|---|---|---|
exchange_product_sku | String! | Exchange product sku. SKU matching is case-insensitive and ignores surrounding whitespace. |
quantity | Int! | Quantity as a whole-unit count. |
Referenced By
Example
{
"exchange_product_sku": "RED-HOODIE-L",
"quantity": 2
}