GraphQL OBJECT
State
Contact’s state.
link Definition
- type State {
- # Country in which the state lies.
- Country :
- # State code.
- StateEnum :
- # 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! :
- # State name.
- 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.