SelectedShippingAddress
Stored address of a chosen pickup location.
type SelectedShippingAddress {
street: String
postalCode: String
city: String
countryCode: String
}
Fields
street ● String
Street address.
postalCode ● String
Postal code.
city ● String
City.
countryCode ● String
Country code (ISO 3166-1 alpha-2).
Example
{}