Types > AddressShortCreate
Description
Fields
The city
Example: "Louisville"
Valid when: city is not empty
Valid when: city's length doesn't exceed 80 characters
The two-letter code for the country
Example: "US"
Valid when: country is not empty
The two-letter code for the province or state
Example: "KY"
Valid when: province is not empty
The zip or postal code
Example: "40202"
Valid when: zip's length doesn't exceed 32 characters
Used By
Mutations
Preview (typescript)
Loading module