Skip to content

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

PropertyTypeDescriptionDefined in
<a id="activeoptioncount"></a> activeOptionCountnumberNumber of active options not included in packagestypes/general.types.ts:403
<a id="activepackagecount"></a> activePackageCountnumberNumber of active option packagestypes/general.types.ts:405
<a id="totalcommissionrate"></a> totalCommissionRatenumberFinal fee for activated options and packages, % of turnovertypes/general.types.ts:407
<a id="packages"></a> packagesPlanBuilderPackage[]Activated option packagestypes/general.types.ts:409
<a id="options"></a> optionsPlanBuilderOption[]Activated optionstypes/general.types.ts:411

Made with ❤️ for the Wildberries developer community