Product Stocks - Assets
GET
Get Product Stocks (Assets Only)
Retrieve a paginated list of product stocks for assets only (excludes ingredients and products). Returns asset details with stock quantity and unit cost.
GET
/product-stocks/assets
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) |
| asset_id | integer | Optional | Filter by asset ID (must exist and be active) |
| search | string | Optional | Search by asset name |
| page | integer | Optional | Page number for pagination |
| per_page | integer | Optional | Number of items per page (default: 15) |
Response
200 OKStatus Code
HTTP status code (200)
Message
Human-readable description
Data
Paginated list of product stocks (assets only)