# OrdersV3.StatusUpdateFull

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

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

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

