- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
GetItemTaxLinesStepInput
The data to retrieve tax lines for an order or cart's line items and shipping methods.
orderOrCart
CartWorkflowDTO | OrderWorkflowDTOThe order or cart details.
orderOrCart
CartWorkflowDTO | OrderWorkflowDTOitems
CartLineItemDTO[] | OrderLineItemDTO[]The order or cart's items.
items
CartLineItemDTO[] | OrderLineItemDTO[]shipping_methods
CartShippingMethodDTO[] | OrderShippingMethodDTO[]The order or cart's shipping methods.
shipping_methods
CartShippingMethodDTO[] | OrderShippingMethodDTO[]force_tax_calculation
booleanOptionalWhether to re-calculate taxes. Enabling this may require sending
requests to third-party services, depending on the implementation of the
tax provider associated with the cart or order's region.
is_return
booleanOptionalWhether the tax lines are for an order return.
The shipping address of the order.
Was this page helpful?