ShippingTaxRate
This represents the tax rates applied on a shipping option.
Properties
shipping_option_id
stringRequiredThe ID of the shipping option.
rate_id
stringRequiredThe ID of the associated tax rate.
created_at
DateRequiredThe date with timezone at which the resource was created.
updated_at
DateRequiredThe date with timezone at which the resource was updated.
metadata
Record<string, unknown>RequiredAn optional key-value map with additional details
The details of the shipping option.
The details of the associated tax rate.
Was this section helpful?