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. |
dont_allocate_exchange_until_return_release | Boolean | Keep the exchange order on hold without allocating inventory until it is manually released to ship. |
Referenced By
- return_create_exchange Mutation
Example
{
"customer_account_id": "QWNjb3VudDoxMjM0",
"return_id": "UmV0dXJuOjEyMzQ=",
"exchange_items": [[{id: "Q3JlYXRlRXhjaGFuZ2VJdGVtOjEyMzQ="}]],
"dont_allocate_exchange_until_return_release": true
}