Skip to content

Wildberries API TypeScript SDK / <internal> / SalesFunnelGroupedHistoryResponse

Type Alias: SalesFunnelGroupedHistoryResponse

ts
type SalesFunnelGroupedHistoryResponse = {
  product: SalesFunnelHistoryProduct;
  history: SalesFunnelHistory[];
  currency?: string;
}[];

Defined in: types/analytics.types.ts:1665

Ответ сгруппированной истории воронки продаж v3 (Swagger: GroupedHistoryResponse)

Type Declaration

NameTypeDescriptionDefined in
productSalesFunnelHistoryProductКарточка товараtypes/analytics.types.ts:1667
historySalesFunnelHistory[]Статистика за периодtypes/analytics.types.ts:1669
currency?stringВалюта (например, "RUB")types/analytics.types.ts:1671

Made with ❤️ for the Wildberries developer community