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