input CreateExchangeItem

Fields

FieldTypeDescription
return_item_idString!

Public API return item ID that identifies the related record.

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

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