Types > AddressShort
Commerce APITypesAddressShort
AddressShort

Description

Fields

city: String!

The city

Example: "Louisville"


country: InfoCountry

The country

Expandable


id: String!

Unique address identifier. See also: Unique Identifiers

Example: "ar_EQzGqWoY"


latitude: Float!

Geographic coordinate specifying the north/south location of an address

Example: 0.0


longitude: Float!

Geographic coordinate specifying the east/west location of an address

Example: 0.0


province: InfoProvince

The province

Expandable


zip: String!

The zip or postal code

Example: "40202"


Used By

Mutations

addressesShortCreate

Queries

addressesShort

Types

Order

Preview (typescript)

Loading module