GraphQL OBJECT
Country
Country for which taxes are calculated.
link Definition
- type Country {
- # Country code.
- CountryEnum :
- # Two-character ID of the contact's country, see ISO 3166-1 alpha-2. If not set,
- # the country is based on the customer's GeoIP location.
- String :
- # Country 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.
- ContactInformationInformation about the contact.
- LookupsRequested lists of values.
- PurchaseTransaction data related to the purchase.
- 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.
- StateContact’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.
- TaxTypeConfigurationConfiguration of tax types per countries and states.