--- displayed_sidebar: entitiesSidebar --- import ParameterTypes from "@site/src/components/ParameterTypes" # ShippingTaxRate This represents the tax rates applied on a shipping option. ## Properties `", "description": "An optional key-value map with additional details", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "rate_id", "type": "`string`", "description": "The ID of the associated tax rate.", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "shipping_option", "type": "[ShippingOption](ShippingOption.mdx)", "description": "The details of the shipping option.", "optional": true, "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": "shipping_option_id", "type": "`string`", "description": "The ID of the shipping option.", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "tax_rate", "type": "[TaxRate](TaxRate.mdx)", "description": "The details of the associated tax rate.", "optional": true, "defaultValue": "", "expandable": true, "children": [ { "name": "code", "type": "``null`` \\| `string`", "description": "A code to identify the tax type by", "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": "id", "type": "`string`", "description": "The tax rate'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": "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": "products", "type": "[Product](Product.mdx)[]", "description": "The details of the products that belong to this tax rate.", "optional": false, "defaultValue": "", "expandable": true, "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": "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": "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": [] } ]} />