Types > AddressShortCreate
Commerce APITypesAddressShortCreate
AddressShortCreate

Description

Fields

city: String!

The city

Example: "Louisville"

Valid when: city is not empty

Valid when: city's length doesn't exceed 80 characters


country: String!

The two-letter code for the country

Example: "US"

Valid when: country is not empty


province: String!

The two-letter code for the province or state

Example: "KY"

Valid when: province is not empty


zip: String

The zip or postal code

Example: "40202"

Valid when: zip's length doesn't exceed 32 characters


Used By

Mutations

addressesShortCreate

Preview (typescript)

Loading module