deleteShippingMethodTaxLines - Cart Module Reference
This documentation provides a reference to the deleteShippingMethodTaxLines
method. This belongs to the Cart Module.
deleteShippingMethodTaxLines(ids, sharedContext?): Promise<void>
This method deletes shipping method tax lines by their IDs.
Example
Parameters
ids
string[]RequiredThe IDs of the shipping method tax lines.
Returns
Promise
Promise<void>RequiredResolves when the shipping method tax lines are deleted successfully.
deleteShippingMethodTaxLines(id, sharedContext?): Promise<void>
This method deletes a shipping method tax line by its ID.
Example
Parameters
id
stringRequiredThe ID of the shipping method tax line.
Returns
Promise
Promise<void>RequiredResolves when the shipping method tax line is deleted successfully.
Was this section helpful?