- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
createOrderShippingMethodTaxLines - Order Module Reference
This documentation provides a reference to the createOrderShippingMethodTaxLines
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.
createOrderShippingMethodTaxLines(taxLines, sharedContext?): Promise<OrderShippingMethodTaxLineDTO[]>#
This method creates shipping method tax lines.
Example#
Parameters#
taxLines
CreateOrderShippingMethodTaxLineDTO[]The shipping method tax lines to be created.
taxLines
CreateOrderShippingMethodTaxLineDTO[]Returns#
Promise
Promise<OrderShippingMethodTaxLineDTO[]>The created shipping method tax lines.
Promise
Promise<OrderShippingMethodTaxLineDTO[]>createOrderShippingMethodTaxLines(taxLine, sharedContext?): Promise<OrderShippingMethodTaxLineDTO>#
This method creates a shipping method tax line.
Example#
Parameters#
The shipping method tax line to be created.
Returns#
Promise
Promise<OrderShippingMethodTaxLineDTO>The created shipping method tax line.
Promise
Promise<OrderShippingMethodTaxLineDTO>createOrderShippingMethodTaxLines(orderId, taxLines, sharedContext?): Promise<OrderShippingMethodTaxLineDTO[]>#
This method creates shipping method tax lines for an order.
Example#
Parameters#
orderId
stringThe order's ID.
The shipping method tax lines to be created.
Returns#
Promise
Promise<OrderShippingMethodTaxLineDTO[]>The created shipping method tax lines.
Promise
Promise<OrderShippingMethodTaxLineDTO[]>Was this page helpful?