Loading...
Was this page helpful?
This documentation provides a reference to the getItemTaxLinesStep
. It belongs to the @medusajs/medusa/core-flows
package.
This step retrieves the tax lines for an order or cart's line items and shipping methods.
GetItemTaxLinesStepInput
GetItemTaxLinesStepInputorderOrCart
CartWorkflowDTO | OrderWorkflowDTOitems
CartLineItemDTO[] | OrderLineItemDTO[]shipping_methods
CartShippingMethodDTO[] | OrderShippingMethodDTO[]force_tax_calculation
booleanOptionalis_return
booleanOptionalWorkflowDataProperties
WorkflowDataProperties<object>lineItemTaxLines
ItemTaxLineDTO[]shippingMethodsTaxLines
ShippingTaxLineDTO[]