Wildberries API TypeScript SDK / <internal> / PlanBuilderOptionsInfo
Interface: PlanBuilderOptionsInfo
Defined in: types/general.types.ts:401
Information about all options and option packages the seller activated in the Plan Builder (Tariff Constructor). Returned by GET /api/common/v1/tariff-constructor/options.
Options included in activated packages are in packages; options activated outside of packages are in options.
Since
3.16.0
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="activeoptioncount"></a> activeOptionCount | number | Number of active options not included in packages | types/general.types.ts:403 |
<a id="activepackagecount"></a> activePackageCount | number | Number of active option packages | types/general.types.ts:405 |
<a id="totalcommissionrate"></a> totalCommissionRate | number | Final fee for activated options and packages, % of turnover | types/general.types.ts:407 |
<a id="packages"></a> packages | PlanBuilderPackage[] | Activated option packages | types/general.types.ts:409 |
<a id="options"></a> options | PlanBuilderOption[] | Activated options | types/general.types.ts:411 |