ShippingAddressInfo
Shipping address for the order. If it coincides with the Emergency Service Address, then can be omitted. By default, the same value as the emergencyServiceAddress. Multiple addresses can be specified; in case an order contains several devices, they can be delivered to different addresses
Properties
Name | Type | Required | Description |
---|---|---|---|
customer_name | str | ❌ | Name of a primary contact person (receiver) |
additional_customer_name | str | ❌ | Name of an additional contact person. Should be specified for countries except the US, Canada, the UK and Australia. |
customer_email | str | ❌ | Email of a primary contact person (receiver). Should be specified for countries except the US, Canada, the UK and Australia. |
additional_customer_email | str | ❌ | Email of an additional contact person. Should be specified for countries except the US, Canada, the UK and Australia. |
customer_phone | str | ❌ | Phone number of a primary contact person (receiver). Should be specified for countries except the US, Canada, the UK and Australia |
additional_customer_phone | str | ❌ | Phone number of an additional contact person. Should be specified for countries except the US, Canada, the UK & Australia. |
street | str | ❌ | Street address, line 1 - street address, P.O. box, company name, c/o |
street2 | str | ❌ | Street address, line 2 - apartment, suite, unit, building, floor, etc. |
city | str | ❌ | City name |
state | str | ❌ | State/province name |
state_id | str | ❌ | Internal identifier of a state |
state_iso_code | str | ❌ | ISO code of a state |
state_name | str | ❌ | Full name of a state |
country_id | str | ❌ | Internal identifier of a country |
country_iso_code | str | ❌ | ISO code of a country |
country | str | ❌ | Country name |
country_name | str | ❌ | Full name of a country |
zip | str | ❌ | Zip code |
tax_id | str | ❌ | National taxpayer identification number. Should be specified for Brazil (CNPJ/CPF number) and Argentina (CUIT number). |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs