input CreateReturnExchangeInput

Fields

FieldTypeDescription
customer_account_idString

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

return_idString!

Public API return ID that identifies the related record.

exchange_items[CreateExchangeItem]!

List of exchange items associated with this return exchange.

Referenced By

Example

{
  "customer_account_id": "QWNjb3VudDoxMjM0",
  "return_id": "UmV0dXJuOjEyMzQ=",
  "exchange_items": [[{id: "Q3JlYXRlRXhjaGFuZ2VJdGVtOjEyMzQ="}]]
}