- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
deleteShippingMethodAdjustments - Cart Module Reference
This documentation provides a reference to the deleteShippingMethodAdjustments
method. This belongs to the Cart Module.
Note: You should only use this methods when implementing complex customizations. For common cases, check out available workflows instead.
deleteShippingMethodAdjustments(ids, sharedContext?): Promise<void>#
This method deletes shipping method adjustments by their IDs.
Example#
Parameters#
ids
string[]The IDs of the shipping method adjustments.
Returns#
Promise
Promise<void>Resolves 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
stringThe ID of the shipping method adjustment.
Returns#
Promise
Promise<void>Resolves when shipping method adjustment is deleted successfully.
Was this page helpful?