- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
deleteStockLocationAddresses - Stock Location Next Module Reference
This documentation provides a reference to the deleteStockLocationAddresses
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 address by its ID.
Example#
Parameters#
id
string | string[]The ID of the stock location address.
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 address is deleted successfully.
Was this page helpful?