| Name | Type | Description | Notes |
|---|---|---|---|
| ReturnId | string | Return ID | |
| OrderId | string | Defines the order id | [optional] |
| StoreId | string | Store Id | [optional] |
| ItemRestock | bool | Boolean, whether or not to add the line items back to the store inventory. | [optional] [default to false] |
| ReturnStatusId | string | Defines return request status | [optional] |
| StaffNote | string | Specifies staff note | [optional] |
| Comment | string | Specifies return comment | [optional] |
| SendNotifications | bool | Send notifications to customer after order was created | [optional] [default to false] |
| RejectReason | string | Defines return reject reason | [optional] |
| ReturnAction | string | Defines return request action | [optional] |
| ReturnReason | string | Defines return request reason | [optional] |
| IdempotencyKey | string | A unique identifier associated with a specific request. Repeated requests with the same <strong>idempotency_key</strong> return a cached response without re-executing the business logic. <strong>Please note that the cache lifetime is 15 minutes.</strong> | [optional] |
| OrderProducts | List<OrderReturnUpdateOrderProductsInner> |