Skip to main content
Skip to main content

ShippingMethodTaxLine

A Shipping Method Tax Line represents the taxes applied on a shipping method in a cart.

Properties

idstringRequired
The line item tax line's ID
created_atDateRequired
The date with timezone at which the resource was created.
updated_atDateRequired
The date with timezone at which the resource was updated.
shipping_method_idstringRequired
The ID of the line item
shipping_methodShippingMethodRequired
The details of the associated shipping method.
ratenumberRequired
The numeric rate to charge tax by
namestringRequired
A human friendly name for the tax
codenull | stringRequired
A code to identify the tax type by
metadataRecord<string, unknown>Required
An optional key-value map with additional details
Was this section helpful?