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! | |
exchange_items | [CreateExchangeItem]! |
Referenced By
- return_create_exchange Mutation
Example
{
"customer_account_id": "abc123",
"return_id": "abc123",
"exchange_items": CreateExchangeItem
}