- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
setOrderTaxLinesForItemsStep - Medusa Core Workflows Reference
This documentation provides a reference to the setOrderTaxLinesForItemsStep
. It belongs to the @medusajs/medusa/core-flows
package.
This step sets the tax lines of an order's items and shipping methods.
Example#
Input#
SetOrderTaxLinesForItemsStepInput
SetOrderTaxLinesForItemsStepInputThe details of setting tax lines for an order's items and shipping methods.
SetOrderTaxLinesForItemsStepInput
SetOrderTaxLinesForItemsStepInputorder
OrderDTOThe order's details.
order
OrderDTOitem_tax_lines
ItemTaxLineDTO[]The tax lines to set for the order's items.
item_tax_lines
ItemTaxLineDTO[]shipping_tax_lines
ShippingTaxLineDTO[]The tax lines to set for the order's shipping methods.
shipping_tax_lines
ShippingTaxLineDTO[]Was this page helpful?