docs/ItemShipping.md in ultracart_api-4.0.231 vs docs/ItemShipping.md in ultracart_api-4.0.232
- old
+ new
@@ -25,10 +25,11 @@
| **distribution_centers** | [**Array<ItemShippingDistributionCenter>**](ItemShippingDistributionCenter.md) | Distribution centers | [optional] |
| **eta** | **String** | Estimated time of arrival | [optional] |
| **free_shipping** | **Boolean** | Qualifies for free shipping | [optional] |
| **freight_class** | **String** | Freight class | [optional] |
| **hazmat** | **Boolean** | Hazardous material | [optional] |
+| **hold_for_transmission** | **Boolean** | Hold for transmission | [optional] |
| **made_to_order** | **Boolean** | True if this item is made to order | [optional] |
| **made_to_order_lead_time** | **Integer** | Number of days lead time it takes to make the item before ite can ship | [optional] |
| **max_days_time_in_transit** | **Integer** | Maximum days allowed in transit | [optional] |
| **methods** | [**Array<ItemShippingMethod>**](ItemShippingMethod.md) | Methods | [optional] |
| **no_shipping_discount** | **Boolean** | No shipping discounts | [optional] |
@@ -80,9 +81,10 @@
distribution_centers: null,
eta: null,
free_shipping: null,
freight_class: null,
hazmat: null,
+ hold_for_transmission: null,
made_to_order: null,
made_to_order_lead_time: null,
max_days_time_in_transit: null,
methods: null,
no_shipping_discount: null,