- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
setOrderShippingMethodTaxLines - Order Module Reference
This documentation provides a reference to the setOrderShippingMethodTaxLines
method. This belongs to the Order Module.
Note: You should only use this methods when implementing complex customizations. For common cases, check out available workflows instead.
This method set the shipping method tax lines of an order.
Example#
Parameters#
orderId
stringThe order's ID.
The shipping method tax lines to create or update.
If a tax line object has an id
property, it's updated. Otherwise, a tax line is created.
id
property, it's updated. Otherwise, a tax line is created.Returns#
Promise
Promise<OrderShippingMethodTaxLineDTO[]>The order's shipping method tax lines.
Promise
Promise<OrderShippingMethodTaxLineDTO[]>Was this page helpful?