_listBySupplier
List Stock items associated with a given Supplier, ordered by stock item name. Uses the supplier_id field in the stock table.
Parameters
supplier_id
Integer. The ID of the supplier.
Example
Result
On Success
The id, name and code of each stock item associated with the chosen supplier.
Example:
On Failure
If no supplier ID provided:
Last updated