- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
deleteStockLocations - Stock Location Next Module Reference
This documentation provides a reference to the deleteStockLocations
method. This belongs to the Stock Location Next Module.
Note: You should only use this methods when implementing complex customizations. For common cases, check out available workflows instead.
This method deletes a stock location by its ID.
Example#
Parameters#
id
string | string[]The ID of the stock location.
A context used to share resources, such as transaction manager, between the application and the module.
Returns#
Promise
Promise<void>Resolves when the stock location is deleted successfully.
Was this page helpful?