Skip to content

Wildberries API TypeScript SDK / <internal> / PlanBuilderPackage

Interface: PlanBuilderPackage

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

An option package activated in the Plan Builder.

Since

3.16.0

Properties

PropertyTypeDescriptionDefined in
<a id="id"></a> id?stringPackage ID (UUID)types/general.types.ts:374
<a id="slug"></a> slugstringPackage code (slug)types/general.types.ts:376
<a id="name"></a> namestringPackage name in the language specified in the locale parametertypes/general.types.ts:378
<a id="status"></a> statusPlanBuilderActivationStatusPackage activation statustypes/general.types.ts:380
<a id="activatedat"></a> activatedAt?stringPackage activation date (ISO 8601)types/general.types.ts:382
<a id="expiresat"></a> expiresAt?stringEnd date of the minimum duration period; the package cannot be deactivated before this date (ISO 8601)types/general.types.ts:384
<a id="commissionrate"></a> commissionRate?numberFee for the package, % of turnovertypes/general.types.ts:386
<a id="periodduration"></a> periodDuration?numberMinimum duration of the packagetypes/general.types.ts:388
<a id="options"></a> options?PlanBuilderOptionShort[]Options included in the packagetypes/general.types.ts:390

Made with ❤️ for the Wildberries developer community