docs/OrderItem.md in ultracart_api-3.10.71 vs docs/OrderItem.md in ultracart_api-3.10.72

- old
+ new

@@ -23,10 +23,11 @@ **edi** | [**OrderItemEdi**](OrderItemEdi.md) | | [optional] **exclude_coupon** | **BOOLEAN** | True if this item is excluded from coupons | [optional] **free_shipping** | **BOOLEAN** | True if the item receives free shipping | [optional] **hazmat** | **BOOLEAN** | Hazardous materials indicator | [optional] **height** | [**Distance**](Distance.md) | | [optional] +**item_index** | **Integer** | Index of the item on the order (one based index) | [optional] **item_reference_oid** | **Integer** | Item reference object identifier used to linked to auto order item record | [optional] **kit** | **BOOLEAN** | True if this item is a kit | [optional] **kit_component** | **BOOLEAN** | True if this item is a kit component | [optional] **length** | [**Distance**](Distance.md) | | [optional] **manufacturer_sku** | **String** | Manufacturer SKU | [optional] @@ -35,9 +36,11 @@ **mix_and_match_group_name** | **String** | Mix and match group name | [optional] **mix_and_match_group_oid** | **Integer** | Mix and match group object identifier | [optional] **no_shipping_discount** | **BOOLEAN** | True if this item is excluded from shipping discounts | [optional] **options** | [**Array<OrderItemOption>**](OrderItemOption.md) | Options | [optional] **packed_by_user** | **String** | Packed by user | [optional] +**parent_item_index** | **Integer** | If this item is a kit component, this is the item index of the parent item (kit) | [optional] +**parent_merchant_item_id** | **String** | If this item is a kit component, this is the item id of the parent item (kit) | [optional] **perishable_class** | **String** | Perishable class of the item | [optional] **pricing_tier_name** | **String** | Pricing tier that granted the particular price for this item if the customer profile had pricing tiers assigned | [optional] **properties** | [**Array<OrderItemProperty>**](OrderItemProperty.md) | Properties | [optional] **quantity** | **Float** | Quantity | [optional] **quantity_refunded** | **Float** | Quantity refunded on this item (read only except refund operation) | [optional]