ShippingMethodTaxLine
A Shipping Method Tax Line represents the taxes applied on a shipping method in a cart.
Properties
id
stringRequiredThe line item tax line's ID
created_at
DateRequiredThe date with timezone at which the resource was created.
updated_at
DateRequiredThe date with timezone at which the resource was updated.
shipping_method_id
stringRequiredThe ID of the line item
The details of the associated shipping method.
rate
numberRequiredThe numeric rate to charge tax by
name
stringRequiredA human friendly name for the tax
code
null | stringRequiredA code to identify the tax type by
metadata
Record<string, unknown>RequiredAn optional key-value map with additional details
Was this section helpful?