docs/AutoOrderItem.md in ultracart_api-3.10.191 vs docs/AutoOrderItem.md in ultracart_api-3.10.192

- old
+ new

@@ -13,9 +13,10 @@ **first_order_dts** | **String** | Date/time of the first order of this item. Null if item added to auto order and has not been rebilled yet. | [optional] **frequency** | **String** | Frequency of the rebill if not a fixed schedule | [optional] **future_schedules** | [**Array<AutoOrderItemFutureSchedule>**](AutoOrderItemFutureSchedule.md) | The future rebill schedule for this item up to the next ten rebills | [optional] **last_order_dts** | **String** | Date/time of the last order of this item | [optional] **life_time_value** | **Float** | The life time value of this item including the original purchase | [optional] +**next_item_id** | **String** | Calculated next item id | [optional] **next_preshipment_notice_dts** | **String** | The date/time of when the next pre-shipment notice should be sent | [optional] **next_shipment_dts** | **String** | Date/time that this item is scheduled to rebill | [optional] **no_order_after_dts** | **String** | Date/time after which no additional rebills of this item should occur | [optional] **number_of_rebills** | **Integer** | The number of times this item has rebilled | [optional] **options** | [**Array<AutoOrderItemOption>**](AutoOrderItemOption.md) | Options associated with this item | [optional]