List AI recommendations enriched with shopName, brandId, collectionId, and sizeIds for direct plan creation
Intelligence
List AI recommendations enriched with shopName, brandId, collectionId, and sizeIds for direct plan creation
BFF-style aggregate list endpoint that extends the base /intelligence/decision-vectors response with plan-context enrichments: shopName (human-readable label), and sizeIds (available size taxonomy IDs for that variant in that shop, from the stock snapshot layer). brandId and collectionId are already present on the base decision vector. An agent can use this endpoint to discover what to restock/rebalance/markdown and immediately construct a plan — variantId, shopId, brandId, collectionId, and sizeIds are all available in one call. sizeIds is the list of taxonomy size IDs with stock in the specific variant/shop pair; pass each as sizeId when adding items to an inventory plan. Filter by domain, variantId, or shopId. Per-shop access scoping is enforced. Returns the flat envelope: { success, data: [...], meta: { total, page, pageSize } }.
GET
List AI recommendations enriched with shopName, brandId, collectionId, and sizeIds for direct plan creation
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 <= 100Filter by variant ID
Filter by shop ID
Filter by decision domain: restock, rebalance, or markdown
Available options:
restock, rebalance, markdown 
