Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.8 KB

CartShipping.md

File metadata and controls

28 lines (24 loc) · 1.8 KB

CartShipping

Properties

Name Type Description Notes
address1 string Address line 1 [optional]
address2 string Address line 2 [optional]
city string City [optional]
company string Company [optional]
country_code string ISO-3166 two letter country code [optional]
day_phone string Day time phone [optional]
delivery_date string Date the customer is requesting delivery on. Typically used for perishable product delivery. [optional]
evening_phone string Evening phone [optional]
first_name string First name [optional]
last_name string Last name [optional]
lift_gate bool Lift gate requested (LTL shipping methods only) [optional]
postal_code string Postal code [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 bool True if the shipping adress 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 3rd party account number to ship against for UPS or FedEx [optional]
shipping_method string Shipping method [optional]
special_instructions string Special instructions from the customer regarding shipping [optional]
state_region string State/Region [optional]
title string Title [optional]

[Back to Model list] [Back to API list] [Back to README]