docs/OrderApi.md in ultracart_api-4.0.57.rc vs docs/OrderApi.md in ultracart_api-4.0.58.rc
- old
+ new
@@ -1364,10 +1364,11 @@
reject_after_refund: true, # Boolean | Reject order after refund
skip_customer_notification: true, # Boolean | Skip customer email notification
auto_order_cancel: true, # Boolean | Cancel associated auto orders
manual_refund: true, # Boolean | Consider a manual refund done externally
reverse_affiliate_transactions: true, # Boolean | Reverse affiliate transactions
+ issue_store_credit: true, # Boolean | Issue a store credit instead of refunding the original payment method, loyalty must be configured on merchant account
_expand: '_expand_example' # String | The object expansion to perform on the result. See documentation for examples
}
begin
# Refund an order
@@ -1405,9 +1406,10 @@
| **reject_after_refund** | **Boolean** | Reject order after refund | [optional][default to false] |
| **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] |
| **_expand** | **String** | The object expansion to perform on the result. See documentation for examples | [optional] |
### Return type
[**OrderResponse**](OrderResponse.md)