Shipping Address
order.shipping_address
The order.shipping_address
object has the following attributes:
order.shipping_address.id
Returns the shipping address id of the order.
order.shipping_address.first_name
Returns the customer's first name of the shipping address.
order.shipping_address.last_name
Returns the customer's last name of the shipping address.
order.shipping_address.email
Returns the email of the shipping address.
order.shipping_address.phone_area_code
Returns the phone area code of the shipping address.
order.shipping_address.phone
Returns the phone of the shipping address.
order.shipping_address.country_code
Returns the country code of the shipping address.
order.shipping_address.country
Returns the country of the shipping address.
order.shipping_address.province_code
Returns the province code of the shipping address.
order.shipping_address.province
Returns the province of the shipping address.
order.shipping_address.area
Returns the area of the shipping address.
order.shipping_address.city
Returns the city of the shipping address.
order.shipping_address.address
Returns the address of the shipping address.
order.shipping_address.address1
Returns the address1 of the shipping address.
order.shipping_address.zip
Returns the zip code of the shipping address.
order.shipping_address.company
Returns the company name of the shipping address.
order.shipping_address.latitude
Returns the latitude of the shipping address.
order.shipping_address.longitude
Returns the longitude of the shipping address.
order.shipping_address.source
Returns the shipping address source of the shipping address.
order.shipping_address.extra_info
Returns the extra information of the shipping address.
Updated 5 months ago