| Name | Type | Description | Notes |
|---|---|---|---|
| OrderId | string | Defines the order id | [optional] |
| StoreId | string | Store Id | [optional] |
| ReturnStatusId | string | Defines return request status | |
| ReturnActionId | string | Defines return request action | |
| ReturnReasonId | string | Defines return request reason | |
| ReturnAction | string | Defines return request action | [optional] |
| ReturnReason | string | Defines return request reason | [optional] |
| ItemRestock | bool | Boolean, whether or not to add the line items back to the store inventory. | [optional] [default to false] |
| StaffNote | string | Specifies staff note | [optional] |
| Comment | string | Specifies return comment | [optional] |
| Message | string | Customer-visible message attached to the return request. | [optional] |
| SendNotifications | bool | Send notifications to customer after order was created | [optional] [default to false] |
| RejectReason | string | Defines return reject reason | [optional] |
| IsOnline | bool | Indicates whether refund type is online | [optional] [default to false] |
| FeePrice | decimal | Specifies refund's fee price | [optional] |
| ShippingPrice | decimal | Specifies order's shipping price | [optional] [default to 0M] |
| 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<OrderReturnAddOrderProductsInner> |