docs/OrderItem.md in ultracart_api-3.10.118 vs docs/OrderItem.md in ultracart_api-3.10.119
- old
+ new
@@ -44,9 +44,11 @@
**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]
**quickbooks_class** | **String** | QuickBooks class | [optional]
+**refund_reason** | **String** | Refund reason code. This can only be written during a refund operation otherwise this field is read only. | [optional]
+**return_reason** | **String** | Return reason code. This can only be written during a refund operation otherwise this field is read only. | [optional]
**ship_separately** | **BOOLEAN** | True if this item ships in a separate box | [optional]
**shipped_by_user** | **String** | Shipped by user | [optional]
**shipped_dts** | **String** | Date/time that this item was marked shipped | [optional]
**shipping_status** | **String** | Shipping status for this item. This is the replacement for the old order level shipping status. | [optional]
**special_product_type** | **String** | Special product type (USPS Media Mail) | [optional]