Skip to main content

ShippingLocationAddress

Physical address of a pickup location

type ShippingLocationAddress {
street: String!
postalCode: String!
city: String!
countryCode: String!
}

Fields

street ● String!

First line of the address, typically including street name and number

postalCode ● String!

Postal code of the address

city ● String!

City of the address

countryCode ● String!

Country code of the address (ISO 3166-1 alpha-2)

Example

{}