docs/OrderItem.md in ultracart_api-4.0.88.rc vs docs/OrderItem.md in ultracart_api-4.0.89.rc
- old
+ new
@@ -24,10 +24,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] |
@@ -36,10 +37,12 @@
| **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] |
@@ -87,10 +90,11 @@
edi: null,
exclude_coupon: null,
free_shipping: null,
hazmat: null,
height: null,
+ item_index: null,
item_reference_oid: null,
kit: null,
kit_component: null,
length: null,
manufacturer_sku: null,
@@ -99,9 +103,11 @@
mix_and_match_group_name: null,
mix_and_match_group_oid: null,
no_shipping_discount: null,
options: null,
packed_by_user: null,
+ parent_item_index: null,
+ parent_merchant_item_id: null,
perishable_class: null,
pricing_tier_name: null,
properties: null,
quantity: null,
quantity_refunded: null,