Wildberries API TypeScript SDK / <internal> / SalesFunnelGroupedHistoryResponse
Type Alias: SalesFunnelGroupedHistoryResponse
ts
type SalesFunnelGroupedHistoryResponse = {
product: SalesFunnelHistoryProduct;
history: SalesFunnelHistory[];
currency?: string;
}[];Defined in: types/analytics.types.ts:1724
Ответ сгруппированной истории воронки продаж v3 (Swagger: GroupedHistoryResponse)
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
product | SalesFunnelHistoryProduct | Карточка товара | types/analytics.types.ts:1726 |
history | SalesFunnelHistory[] | Статистика за период | types/analytics.types.ts:1728 |
currency? | string | Валюта (например, "RUB") | types/analytics.types.ts:1730 |