Types > AddressVerification
Commerce APITypesAddressVerification
AddressVerification

Description

Fields

address: [String!]!


address1: String!


address2: String!


city: String!


company: String!


country: String!


formatted_address: String!

Formatted address as a newline separated string


latitude: Float!


longitude: Float!


province: String!


raw_response: String!

This field is used internally, it's always empty in public API


status: AddressVerificationStatus!

Address verification status

Example: "pending"


status_codes: [String!]!


zip: String!


zip_type: ZipCodeType!

ZIP / Postal code type

Example: "regular"


Used By

Types

Order

Preview (typescript)

Loading module