BBIP: forecast effect
promotion_get_bbip_forecasts_by_items_v1Forecast BBIP promotion effect: estimate expected views increase (min/max) and total cost for each listing before creating an order, using item details from suggestions.
Instructions
Returns the forecast effect of BBIP promotion (listing promotion bid/budget): expected increase in views (min/max) and total cost for the period. READ-ONLY: spends NO money; use BEFORE promotion_create_bbip_order_for_items_v1 to estimate the return. For each listing pass {itemId, duration, oldPrice, price} — the same values as for create; take them from promotion_get_bbip_suggests_by_items_v1 (budgets[].{oldPrice,price} — kopecks/day, duration.recommended — days). Returns items[].{min,max,totalPrice} (kopecks) and an overall totalPrice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | 1 to 100 listings to forecast. Each element is {itemId, duration, oldPrice, price}, with values taken from promotion_get_bbip_suggests_by_items_v1. |