docs/OrderShipping.md in ultracart_api-4.0.160 vs docs/OrderShipping.md in ultracart_api-4.0.161

- old
+ new

@@ -17,10 +17,11 @@ | **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] | +| **pickup_dts** | **String** | Date/time the order should be picked up locally. | [optional] | | **postal_code** | **String** | Postal code | [optional] | | **rma** | **String** | RMA number | [optional] | | **ship_on_date** | **String** | Date the customer is requesting that the order ship on. Typically used for perishable product delivery. | [optional] | | **ship_to_residential** | **Boolean** | True if the shipping address is residential. Effects the methods that are available to the customer as well as the price of the shipping method. | [optional] | | **shipping_3rd_party_account_number** | **String** | Shipping 3rd party account number | [optional] | @@ -54,9 +55,10 @@ first_name: null, last_name: null, least_cost_route: null, least_cost_route_shipping_methods: null, lift_gate: null, + pickup_dts: null, postal_code: null, rma: null, ship_on_date: null, ship_to_residential: null, shipping_3rd_party_account_number: null,