docs/OrderApi.md in ultracart_api-3.10.213 vs docs/OrderApi.md in ultracart_api-3.10.214

- old
+ new

@@ -1165,10 +1165,11 @@ skip_customer_notification: false, # BOOLEAN | Skip customer email notification auto_order_cancel: false, # BOOLEAN | Cancel associated auto orders manual_refund: false, # BOOLEAN | Consider a manual refund done externally reverse_affiliate_transactions: true, # BOOLEAN | Reverse affiliate transactions issue_store_credit: false, # BOOLEAN | Issue a store credit instead of refunding the original payment method, loyalty must be configured on merchant account + auto_order_cancel_reason: 'auto_order_cancel_reason_example', # String | Reason for auto orders cancellation _expand: '_expand_example' # String | The object expansion to perform on the result. See documentation for examples } begin #Refund an order @@ -1189,9 +1190,10 @@ **skip_customer_notification** | **BOOLEAN**| Skip customer email notification | [optional] [default to false] **auto_order_cancel** | **BOOLEAN**| Cancel associated auto orders | [optional] [default to false] **manual_refund** | **BOOLEAN**| Consider a manual refund done externally | [optional] [default to false] **reverse_affiliate_transactions** | **BOOLEAN**| Reverse affiliate transactions | [optional] [default to true] **issue_store_credit** | **BOOLEAN**| Issue a store credit instead of refunding the original payment method, loyalty must be configured on merchant account | [optional] [default to false] + **auto_order_cancel_reason** | **String**| Reason for auto orders cancellation | [optional] **_expand** | **String**| The object expansion to perform on the result. See documentation for examples | [optional] ### Return type [**OrderResponse**](OrderResponse.md)