input CreateReturnLineItemInput

Fields

FieldTypeDescription
skuString!

The sku of one of the order's line items that is been returned

quantityInt!
return_reasonString!
conditionString
is_componentBoolean
exchange_items[CreateReturnItemExchangeInput]

Referenced By

Example

{
  "sku": "abc123",
  "quantity": 987,
  "return_reason": "abc123",
  "condition": "abc123",
  "is_component": true,
  "exchange_items": CreateReturnItemExchangeInput
}