input CreateReturnExchangeInput
Fields
| Field | Type | Description |
|---|---|---|
customer_account_id | String | Use this when you are a 3PL acting on behalf of one of your customers. |
return_id | String! | Public API return ID that identifies the related record. |
exchange_items | [CreateExchangeItem]! | List of exchange items associated with this return exchange. |
Referenced By
- return_create_exchange Mutation
Example
{
"customer_account_id": "QWNjb3VudDoxMjM0",
"return_id": "UmV0dXJuOjEyMzQ=",
"exchange_items": [[{id: "Q3JlYXRlRXhjaGFuZ2VJdGVtOjEyMzQ="}]]
}