Types > InfoProvince
Storefront APITypesInfoProvince
InfoProvince

Description

Topic: Info

Fields

code: String!

The standard abbreviation for the state or province

Example: "NY"


id: String!

Unique province identifier. See also: Unique Identifiers

Example: "pn_US_NY"


name: String!

Name of the province

Example: "New York"


Used By

Queries

infoAllProvinces, infoProvinces, provinces

Types

Address, AddressShort, CustomerPaymentSource, FulfillmentTrackingEvent, IPAndUAInfo, ReturnTrackingEvent

Preview (typescript)

interface InfoProvince {
code: string
id: string
name: string
}