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