GraphQL OBJECT
State
Contact’s state. Five- or six-character ID of the customer's country and state based on ISO 3166-2. It is required for Australia, Brazil, Canada, India, Ireland, Japan, the UAE, and the USA.
link Definition
- type State {
- # State code.
- StateEnum :
- # State name.
- String :
- # Country in which the state lies.
- Country :
- # Five- or six-character ID of the country and state. The country and state codes
- # are separated by a dash, see ISO 3166-2.
- String :
- # Two-character ID of the state, see ISO 3166-2.
- String :
- # Type of applicable tax, e.g. sales tax, value added tax.
- TaxType :
- }
link Required by
- CartPreview of shopping cart with product and pricing information.
- ContactContact information used for communication about payments, delivery, and generation of licensing information. Possible types are: billing, delivery, and licensee contact.
- LookupsRequested lists of values.
- PurchaseSearchContactContact information of customer who placed the purchase.
- RegionArea of the world you specify for a given product.
- RegionConfigurationRegion you specify for shipping configurations, price configurations, marketing campaigns, and reporting of your products.
- TaxExemptionContactnull
- TaxExemptionDocumentTax exemption document.
- TaxTypeConfigurationConfiguration of tax types per countries and states.