ShippingAddress
Version 2024-04-01
Overview
Represents a Shipping address details.
Fields
Field | Description |
---|---|
countryCode (String) | ISO 3166 2-character country code. |
extendedAddress (String) | The extended address of the address. For example, the apartment number. |
id (ID required) | Unique identifier for a place. |
locality (String) | Locality, e.g. city, the address is located in. |
name (String) | Name of delivery recipient. |
phoneNumber (String) | Phone number of delivery recipient. |
postalCode (String) | Postal code of the address. |
region (String) | Region, e.g. state, the address is located in. |
streetAddress (String) | First line street address. |
timezoneId (String) | IANA Standard Timezone Identifer, Eg: America/New_York. |
Updated about 2 months ago