- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
deleteOrderShippingMethodTaxLines - Order Module Reference
This documentation provides a reference to the deleteOrderShippingMethodTaxLines
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.
deleteOrderShippingMethodTaxLines(taxLineIds, sharedContext?): Promise<void>#
This method deletes shipping method tax lines by their IDs.
Example#
Parameters#
taxLineIds
string[]The list of shipping method tax lines.
Returns#
Promise
Promise<void>Resolves when the shipping method tax lines are deleted successfully.
deleteOrderShippingMethodTaxLines(taxLineId, sharedContext?): Promise<void>#
This method deletes a shipping method tax line by its ID.
Example#
Parameters#
taxLineId
stringThe ID of the shipping method tax line
Returns#
Promise
Promise<void>Resolves when the shipping method tax line is deleted successfully.
deleteOrderShippingMethodTaxLines(selector, sharedContext?): Promise<void>#
This method deletes shipping method tax line matching the specified filters.
Example#
Parameters#
The filters specifying which shipping method tax lines to delete.
Returns#
Promise
Promise<void>Resolves when the shipping method tax lines are deleted successfully.
Was this page helpful?