Product Stocks - Ingredients

GET

Get Product Stocks (Ingredients Only)

Retrieve a paginated list of product stocks for ingredients only (excludes products). Returns ingredient details with stock quantity and unit cost.

GET /product-stocks/ingredients

Query Parameters

Parameter Type Required Description
branch_id integer Optional Filter by branch ID (must exist and be active)
warehouse_id integer Optional Filter by warehouse ID (must exist and be active)
ingredient_id integer Optional Filter by ingredient ID (must exist and be active)
search string Optional Search by ingredient name
page integer Optional Page number for pagination
per_page integer Optional Number of items per page (default: 15)

Response

200 OK
Status Code
HTTP status code (200)
Message
Human-readable description
Data
Paginated list of product stocks (ingredients only)