Inventory valuation aggregated by dimension
Inventory
Inventory valuation aggregated by dimension
Returns a paginated point-in-time inventory valuation aggregated by shop, brand, or product from the latest stock snapshot. stockValue is at cost, stockValueRetail at retail, and units is the quantity on hand.
GET
Inventory valuation aggregated by dimension
Authorizations
User session token issued by NextAuth. For human users accessing Solya via the web application.
Query Parameters
Page number, 1-indexed (default: 1)
Required range:
1 <= x <= 9007199254740991Number of items per page, max 100 (default: 20)
Required range:
1 <= x <= 100Aggregation dimension: shop, brand (default), or product
Available options:
shop, brand, product Comma-separated shop IDs to filter by
Comma-separated brand IDs to filter by
Metric to sort by: stockValue (default), stockValueRetail, or units
Available options:
stockValue, stockValueRetail, units Sort direction: desc (default) or asc
Available options:
asc, desc 
