Skip to main content
Skip to main content

ShippingMethodTaxLine

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
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
shipping_methodShippingMethodRequired
A Shipping Method represents a way in which an Order or Return can be shipped. Shipping Methods are created from a Shipping Option, but may contain additional details that can be necessary for the Fulfillment Provider to handle the shipment. If the shipping method is created for a return, it may be associated with a claim or a swap that the return is part of.
shipping_method_idstringRequired
updated_atDateRequired
The date with timezone at which the resource was updated.
Was this section helpful?