--- displayed_sidebar: entitiesSidebar --- import ParameterTypes from "@site/src/components/ParameterTypes" # TaxRate A Tax Rate can be used to define a custom rate to charge on specified products, product types, and shipping options within a given region. ## Properties `", "description": "An optional key-value map with additional details", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "name", "type": "`string`", "description": "A human friendly name for the tax", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "product_count", "type": "`number`", "description": "The count of products", "optional": true, "defaultValue": "", "expandable": false, "children": [] }, { "name": "product_type_count", "type": "`number`", "description": "The count of product types", "optional": true, "defaultValue": "", "expandable": false, "children": [] }, { "name": "product_types", "type": "[ProductType](ProductType.mdx)[]", "description": "The details of the product types that belong to this tax rate.", "optional": false, "defaultValue": "", "expandable": true, "children": [ { "name": "created_at", "type": "`Date`", "description": "The date with timezone at which the resource was created.", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "deleted_at", "type": "``null`` \\| `Date`", "description": "The date with timezone at which the resource was deleted.", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "id", "type": "`string`", "description": "The product type's ID", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "metadata", "type": "`Record`", "description": "An optional key-value map with additional details", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "updated_at", "type": "`Date`", "description": "The date with timezone at which the resource was updated.", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "value", "type": "`string`", "description": "The value that the Product Type represents.", "optional": false, "defaultValue": "", "expandable": false, "children": [] } ] }, { "name": "products", "type": "[Product](Product.mdx)[]", "description": "The details of the products that belong to this tax rate.", "optional": false, "defaultValue": "", "expandable": true, "children": [ { "name": "categories", "type": "[ProductCategory](ProductCategory.mdx)[]", "description": "The details of the product categories that this product belongs to.", "optional": false, "defaultValue": "", "expandable": true, "featureFlag": "product_categories", "children": [] }, { "name": "collection", "type": "[ProductCollection](ProductCollection.mdx)", "description": "The details of the product collection that the product belongs to.", "optional": false, "defaultValue": "", "expandable": true, "children": [] }, { "name": "collection_id", "type": "``null`` \\| `string`", "description": "The ID of the product collection that the product belongs to.", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "created_at", "type": "`Date`", "description": "The date with timezone at which the resource was created.", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "deleted_at", "type": "``null`` \\| `Date`", "description": "The date with timezone at which the resource was deleted.", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "description", "type": "``null`` \\| `string`", "description": "A short description of the Product.", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "discountable", "type": "`boolean`", "description": "Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.", "optional": false, "defaultValue": "true", "expandable": false, "children": [] }, { "name": "external_id", "type": "``null`` \\| `string`", "description": "The external ID of the product", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "handle", "type": "``null`` \\| `string`", "description": "A unique identifier for the Product (e.g. for slug structure).", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "height", "type": "``null`` \\| `number`", "description": "The height of the Product Variant. May be used in shipping rate calculations.", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "hs_code", "type": "``null`` \\| `string`", "description": "The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "id", "type": "`string`", "description": "The product's ID", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "images", "type": "[Image](Image.mdx)[]", "description": "The details of the product's images.", "optional": false, "defaultValue": "", "expandable": true, "children": [] }, { "name": "is_giftcard", "type": "`boolean`", "description": "Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.", "optional": false, "defaultValue": "false", "expandable": false, "children": [] }, { "name": "length", "type": "``null`` \\| `number`", "description": "The length of the Product Variant. May be used in shipping rate calculations.", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "material", "type": "``null`` \\| `string`", "description": "The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "metadata", "type": "``null`` \\| `Record`", "description": "An optional key-value map with additional details", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "mid_code", "type": "``null`` \\| `string`", "description": "The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "options", "type": "[ProductOption](ProductOption.mdx)[]", "description": "The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.", "optional": false, "defaultValue": "", "expandable": true, "children": [] }, { "name": "origin_country", "type": "``null`` \\| `string`", "description": "The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "profile", "type": "[ShippingProfile](ShippingProfile.mdx)", "description": "The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.", "optional": false, "defaultValue": "", "expandable": true, "children": [] }, { "name": "profile_id", "type": "`string`", "description": "The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "profiles", "type": "[ShippingProfile](ShippingProfile.mdx)[]", "description": "Available if the relation `profiles` is expanded.", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "sales_channels", "type": "[SalesChannel](SalesChannel.mdx)[]", "description": "The details of the sales channels this product is available in.", "optional": false, "defaultValue": "", "expandable": true, "children": [] }, { "name": "status", "type": "[ProductStatus](../enums/ProductStatus.mdx)", "description": "The status of the product", "optional": false, "defaultValue": "draft", "expandable": false, "children": [] }, { "name": "subtitle", "type": "``null`` \\| `string`", "description": "An optional subtitle that can be used to further specify the Product.", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "tags", "type": "[ProductTag](ProductTag.mdx)[]", "description": "The details of the product tags used in this product.", "optional": false, "defaultValue": "", "expandable": true, "children": [] }, { "name": "thumbnail", "type": "``null`` \\| `string`", "description": "A URL to an image file that can be used to identify the Product.", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "title", "type": "`string`", "description": "A title that can be displayed for easy identification of the Product.", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "type", "type": "[ProductType](ProductType.mdx)", "description": "The details of the product type that the product belongs to.", "optional": false, "defaultValue": "", "expandable": true, "children": [] }, { "name": "type_id", "type": "``null`` \\| `string`", "description": "The ID of the product type that the product belongs to.", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "updated_at", "type": "`Date`", "description": "The date with timezone at which the resource was updated.", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "variants", "type": "[ProductVariant](ProductVariant.mdx)[]", "description": "The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.", "optional": false, "defaultValue": "", "expandable": true, "children": [] }, { "name": "weight", "type": "``null`` \\| `number`", "description": "The weight of the Product Variant. May be used in shipping rate calculations.", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "width", "type": "``null`` \\| `number`", "description": "The width of the Product Variant. May be used in shipping rate calculations.", "optional": false, "defaultValue": "", "expandable": false, "children": [] } ] }, { "name": "rate", "type": "``null`` \\| `number`", "description": "The numeric rate to charge", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "region", "type": "[Region](Region.mdx)", "description": "The details of the region that the rate belongs to.", "optional": false, "defaultValue": "", "expandable": true, "children": [ { "name": "automatic_taxes", "type": "`boolean`", "description": "Whether taxes should be automated in this region.", "optional": false, "defaultValue": "true", "expandable": false, "children": [] }, { "name": "countries", "type": "[Country](Country.mdx)[]", "description": "The details of the countries included in this region.", "optional": false, "defaultValue": "", "expandable": true, "children": [] }, { "name": "created_at", "type": "`Date`", "description": "The date with timezone at which the resource was created.", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "currency", "type": "[Currency](Currency.mdx)", "description": "The details of the currency used in the region.", "optional": false, "defaultValue": "", "expandable": true, "children": [] }, { "name": "currency_code", "type": "`string`", "description": "The three character currency code used in the region.", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "deleted_at", "type": "``null`` \\| `Date`", "description": "The date with timezone at which the resource was deleted.", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "fulfillment_providers", "type": "[FulfillmentProvider](FulfillmentProvider.mdx)[]", "description": "The details of the fulfillment providers that can be used to fulfill items of orders and similar resources in the region.", "optional": false, "defaultValue": "", "expandable": true, "children": [] }, { "name": "gift_cards_taxable", "type": "`boolean`", "description": "Whether the gift cards are taxable or not in this region.", "optional": false, "defaultValue": "true", "expandable": false, "children": [] }, { "name": "id", "type": "`string`", "description": "The region's ID", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "includes_tax", "type": "`boolean`", "description": "Whether the prices for the region include tax", "optional": false, "defaultValue": "false", "expandable": false, "featureFlag": "tax_inclusive_pricing", "children": [] }, { "name": "metadata", "type": "`Record`", "description": "An optional key-value map with additional details", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "name", "type": "`string`", "description": "The name of the region as displayed to the customer. If the Region only has one country it is recommended to write the country name.", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "payment_providers", "type": "[PaymentProvider](PaymentProvider.mdx)[]", "description": "The details of the payment providers that can be used to process payments in the region.", "optional": false, "defaultValue": "", "expandable": true, "children": [] }, { "name": "tax_code", "type": "`string`", "description": "The tax code used on purchases in the Region. This may be used by other systems for accounting purposes.", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "tax_provider", "type": "[TaxProvider](TaxProvider.mdx)", "description": "The details of the tax provider used in the region.", "optional": false, "defaultValue": "", "expandable": true, "children": [] }, { "name": "tax_provider_id", "type": "``null`` \\| `string`", "description": "The ID of the tax provider used in this region", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "tax_rate", "type": "`number`", "description": "The tax rate that should be charged on purchases in the Region.", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "tax_rates", "type": "``null`` \\| [TaxRate](TaxRate.mdx)[]", "description": "The details of the tax rates used in the region, aside from the default rate.", "optional": false, "defaultValue": "", "expandable": true, "children": [] }, { "name": "updated_at", "type": "`Date`", "description": "The date with timezone at which the resource was updated.", "optional": false, "defaultValue": "", "expandable": false, "children": [] } ] }, { "name": "region_id", "type": "`string`", "description": "The ID of the region that the rate belongs to.", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "shipping_option_count", "type": "`number`", "description": "The count of shipping options", "optional": true, "defaultValue": "", "expandable": false, "children": [] }, { "name": "shipping_options", "type": "[ShippingOption](ShippingOption.mdx)[]", "description": "The details of the shipping options that belong to this tax rate.", "optional": false, "defaultValue": "", "expandable": true, "children": [ { "name": "admin_only", "type": "`boolean`", "description": "Flag to indicate if the Shipping Option usage is restricted to admin users.", "optional": false, "defaultValue": "false", "expandable": false, "children": [] }, { "name": "amount", "type": "``null`` \\| `number`", "description": "The amount to charge for shipping when the Shipping Option price type is `flat\\_rate`.", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "created_at", "type": "`Date`", "description": "The date with timezone at which the resource was created.", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "data", "type": "`Record`", "description": "The data needed for the Fulfillment Provider to identify the Shipping Option.", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "deleted_at", "type": "``null`` \\| `Date`", "description": "The date with timezone at which the resource was deleted.", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "id", "type": "`string`", "description": "The shipping option's ID", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "includes_tax", "type": "`boolean`", "description": "Whether the shipping option price include tax", "optional": false, "defaultValue": "false", "expandable": false, "featureFlag": "tax_inclusive_pricing", "children": [] }, { "name": "is_return", "type": "`boolean`", "description": "Flag to indicate if the Shipping Option can be used for Return shipments.", "optional": false, "defaultValue": "false", "expandable": false, "children": [] }, { "name": "metadata", "type": "`Record`", "description": "An optional key-value map with additional details", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "name", "type": "`string`", "description": "The name given to the Shipping Option - this may be displayed to the Customer.", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "price_type", "type": "[ShippingOptionPriceType](../enums/ShippingOptionPriceType.mdx)", "description": "The type of pricing calculation that is used when creatin Shipping Methods from the Shipping Option. Can be `flat\\_rate` for fixed prices or `calculated` if the Fulfillment Provider can provide price calulations.", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "profile", "type": "[ShippingProfile](ShippingProfile.mdx)", "description": "The details of the shipping profile that the shipping option belongs to.", "optional": false, "defaultValue": "", "expandable": true, "children": [] }, { "name": "profile_id", "type": "`string`", "description": "The ID of the Shipping Profile that the shipping option belongs to.", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "provider", "type": "[FulfillmentProvider](FulfillmentProvider.mdx)", "description": "The details of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.", "optional": false, "defaultValue": "", "expandable": true, "children": [] }, { "name": "provider_id", "type": "`string`", "description": "The ID of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "region", "type": "[Region](Region.mdx)", "description": "The details of the region this shipping option can be used in.", "optional": false, "defaultValue": "", "expandable": true, "children": [] }, { "name": "region_id", "type": "`string`", "description": "The ID of the region this shipping option can be used in.", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "requirements", "type": "[ShippingOptionRequirement](ShippingOptionRequirement.mdx)[]", "description": "The details of the requirements that must be satisfied for the Shipping Option to be available for usage in a Cart.", "optional": false, "defaultValue": "", "expandable": true, "children": [] }, { "name": "updated_at", "type": "`Date`", "description": "The date with timezone at which the resource was updated.", "optional": false, "defaultValue": "", "expandable": false, "children": [] } ] }, { "name": "updated_at", "type": "`Date`", "description": "The date with timezone at which the resource was updated.", "optional": false, "defaultValue": "", "expandable": false, "children": [] } ]} />