Skip to main content
Skip to main content

ShippingTaxRate

This represents the tax rates applied on a shipping option.

Properties

shipping_option_idstringRequired
The ID of the shipping option.
rate_idstringRequired
The ID of the associated tax rate.
created_atDateRequired
The date with timezone at which the resource was created.
updated_atDateRequired
The date with timezone at which the resource was updated.
metadataRecord<string, unknown>Required
An optional key-value map with additional details
shipping_optionShippingOption
The details of the shipping option.
tax_rateTaxRate
The details of the associated tax rate.
Was this section helpful?