docs/OrderShipping.md in ultracart_api-3.6.33 vs docs/OrderShipping.md in ultracart_api-3.6.34

- old
+ new

@@ -10,9 +10,10 @@ **country_code** | **String** | ISO-3166 two letter country code | [optional] **day_phone** | **String** | Day time phone | [optional] **day_phone_e164** | **String** | Day time phone (E164 format) | [optional] **delivery_date** | **String** | Date the customer is requesting delivery on. Typically used for perishable product delivery. | [optional] **evening_phone** | **String** | Evening phone | [optional] +**evening_phone_e164** | **String** | Evening phone (E164 format) | [optional] **first_name** | **String** | First name | [optional] **last_name** | **String** | Last name | [optional] **least_cost_route** | **BOOLEAN** | If true, instructs UltraCart to apply the cheapest shipping method to this order. Used only for channel partner order inserts. | [optional] **least_cost_route_shipping_methods** | **Array<String>** | List of shipping methods to consider if least_code_route is true. Used only for channel parter order inserts. | [optional] **lift_gate** | **BOOLEAN** | Lift gate requested (LTL shipping methods only) | [optional]