Skip to main content
Skip to main content

LineItemTaxLine

A tax line represents the taxes amount applied to a line item.

Properties

codenull | stringRequired
A code to identify the tax type by
created_atDateRequired
The date with timezone at which the resource was created.
idstringRequired
The tax line's ID
itemLineItemRequired
Line Items are created when a product is added to a Cart. When Line Items are purchased they will get copied to the resulting order, swap, or claim, and can eventually be referenced in Fulfillments and Returns. Line items may also be used for order edits.
item_idstringRequired
metadataRecord<string, unknown>Required
An optional key-value map with additional details
namestringRequired
A human friendly name for the tax
ratenumberRequired
The numeric rate to charge tax by
updated_atDateRequired
The date with timezone at which the resource was updated.
Was this section helpful?