# OrdersV3.UpdateReturnStatusesInner

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **Number** | The ID of the return for which the status was updated | [optional] 
**status** | **String** | The status of the return. | [optional] 

<a name="StatusEnum"></a>
## Enum: StatusEnum

* `CLOSED` (value: `"CLOSED"`)
* `OPEN` (value: `"OPEN"`)
* `REMOVED` (value: `"REMOVED"`)

