input CreateReturnExchangeInput

Fields

FieldTypeDescription
customer_account_idString

Use this when you are a 3PL acting on behalf of one of your customers

return_idString!
exchange_items[CreateExchangeItem]!

Referenced By

Example

{
  "customer_account_id": "abc123",
  "return_id": "abc123",
  "exchange_items": CreateExchangeItem
}