Types > Address
Commerce APITypesAddress
Address

Description

Fields

address1: String!

Mailing address

Example: "Chestnut Street 92"


address2: String!

Additional line for mailing address

Example: "Apartment 2"


city: String!

The city

Example: "Louisville"


company: String!

The company

Example: "Google inc."


country: InfoCountry

The country

Expandable


id: String!

Unique address identifier. See also: Unique Identifiers

Example: "ad_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


name: String!

The name

Example: "John Smith"


phone: String!

The phone number

Example: "5556251199"


plus_code: String!

The plus code

Example: "PQ7W+WM"


province: InfoProvince

The province

Expandable


zip: String!

The zip or postal code

Example: "40202"


Used By

Types

Customer, InventoryLocation, Order, PurchaseOrder, Return, ReturnPolicyShippingOption, ShopSettings, Subscription, Supplier

Preview (typescript)

Loading module