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