Skip to main content
Skip to main content

createShippingMethodTaxLines - Order Module Reference

This documentation provides a reference to the createShippingMethodTaxLines method. This belongs to the Order Module.

createShippingMethodTaxLines(taxLines): Promise<OrderShippingMethodTaxLineDTO[]>

Parameters

Returns

PromisePromise<OrderShippingMethodTaxLineDTO[]>Required

createShippingMethodTaxLines(taxLine): Promise<OrderShippingMethodTaxLineDTO>

Parameters

Returns

PromisePromise<OrderShippingMethodTaxLineDTO>Required

createShippingMethodTaxLines(orderId, taxLines, sharedContext?): Promise<OrderShippingMethodTaxLineDTO[]>

Parameters

orderIdstringRequired
sharedContextContext

Returns

PromisePromise<OrderShippingMethodTaxLineDTO[]>Required
Was this section helpful?