input CreateReturnItemExchangeInput

Fields

FieldTypeDescription
exchange_product_skuString!

Exchange product sku. SKU matching is case-insensitive and ignores surrounding whitespace.

quantityInt!

Quantity as a whole-unit count.

Referenced By

Example

{
  "exchange_product_sku": "RED-HOODIE-L",
  "quantity": 2
}