Skip to content

Wildberries API TypeScript SDK / <internal> / PlanBuilderOption

Interface: PlanBuilderOption

Defined in: types/general.types.ts:347

An option activated in the Plan Builder outside of any package.

Since

3.16.0

Properties

PropertyTypeDescriptionDefined in
<a id="id"></a> idstringOption IDtypes/general.types.ts:349
<a id="slug"></a> slugstringOption code (slug)types/general.types.ts:351
<a id="name"></a> namestringOption name in the language specified in the locale parametertypes/general.types.ts:353
<a id="status"></a> statusPlanBuilderActivationStatusOption activation statustypes/general.types.ts:355
<a id="activatedat"></a> activatedAt?stringOption activation date (ISO 8601)types/general.types.ts:357
<a id="expiresat"></a> expiresAt?stringEnd date of the minimum duration period; the option cannot be deactivated before this date (ISO 8601)types/general.types.ts:359
<a id="commissionrate"></a> commissionRate?numberCost of activating the option, % of turnover. Returned if the response does not contain the promotion objecttypes/general.types.ts:361
<a id="periodduration"></a> periodDuration?numberMinimum duration of the optiontypes/general.types.ts:363
<a id="promotion"></a> promotion?PlanBuilderPromotionPromo details. Present only if the option is activated via a promo whose period has not expiredtypes/general.types.ts:365

Made with ❤️ for the Wildberries developer community