docs/OrderItem.md in ultracart_api-4.0.135 vs docs/OrderItem.md in ultracart_api-4.0.136

- old
+ new

@@ -45,10 +45,12 @@ | **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] | @@ -111,9 +113,11 @@ pricing_tier_name: null, properties: null, quantity: null, quantity_refunded: null, quickbooks_class: null, + refund_reason: null, + return_reason: null, ship_separately: null, shipped_by_user: null, shipped_dts: null, shipping_status: null, special_product_type: null,