Last update:
July 22, 2024
CartAddressType object¶
This type represents an address associated with a shopping cart or order.
Fields¶
Field | Description |
---|---|
id String |
The Id of the address. |
key String |
The key or code associated with the address. |
city String |
The city name of the address. |
countryCode String |
The country code of the address. |
countryName String |
The name of the country associated with the address. |
email String |
The email address associated with the address. |
firstName String |
The first name associated with the address. |
middleName String |
The middle name associated with the address. |
lastName String |
The last name associated with the address. |
line1 String |
The first line of the address. |
line2 String |
The second line of the address. |
name String |
The full name associated with the address. |
organization String |
The organization name associated with the address. |
phone String |
The phone number associated with the address. |
postalCode String! |
The postal code or ZIP code of the address. |
regionId String |
The Id of the region or state associated with the address. |
regionName String |
The name of the region or state associated with the address. |
zip String |
The ZIP code or postal code associated with the address. |
outerId String |
The external identifier associated with the address. |
addressType Int |
The type of address. |