_deleteByIds
Delete a range of Stock items by their IDs.
Parameters
ids
The range of IDs for the stock items to be deleted, in the form of xxx-yyy.
Example
Result
On Success
The amount of stock that was deleted. For example:
On Failure
If the user is not logged in:
If the user is not the main account user:
If the range of IDs are not given or are in the wrong format:
If there are no stocks within the given range of IDs:
Last updated