docs/AutoOrder.md in ultracart_api-4.0.212 vs docs/AutoOrder.md in ultracart_api-4.0.213
- old
+ new
@@ -20,10 +20,12 @@
| **failure_reason** | **String** | The reason this auto order failed during the last rebill attempt | [optional] |
| **items** | [**Array<AutoOrderItem>**](AutoOrderItem.md) | The items that are setup to rebill | [optional] |
| **logs** | [**Array<AutoOrderLog>**](AutoOrderLog.md) | Logs associated with this auto order | [optional] |
| **management** | [**AutoOrderManagement**](AutoOrderManagement.md) | | [optional] |
| **merchant_id** | **String** | UltraCart merchant ID owning this order | [optional] |
+| **merged_dts** | **String** | The date/time the auto order was merged into another auto order | [optional] |
+| **merged_into_auto_order_oid** | **Integer** | The auto order that this auto order was merged into | [optional] |
| **next_attempt** | **String** | The next time that the auto order will be attempted for processing | [optional] |
| **original_order** | [**Order**](Order.md) | | [optional] |
| **original_order_id** | **String** | The original order id that this auto order is associated with. | [optional] |
| **override_affiliate_id** | **Integer** | Override the affiliate id given credit for rebills of this auto order | [optional] |
| **rebill_orders** | [**Array<Order>**](Order.md) | Rebill orders that have taken place on this auto order | [optional] |
@@ -52,9 +54,11 @@
failure_reason: null,
items: null,
logs: null,
management: null,
merchant_id: null,
+ merged_dts: null,
+ merged_into_auto_order_oid: null,
next_attempt: null,
original_order: null,
original_order_id: null,
override_affiliate_id: null,
rebill_orders: null,