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
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="id"></a> id? | string | Package ID (UUID) | types/general.types.ts:374 |
<a id="slug"></a> slug | string | Package code (slug) | types/general.types.ts:376 |
<a id="name"></a> name | string | Package name in the language specified in the locale parameter | types/general.types.ts:378 |
<a id="status"></a> status | PlanBuilderActivationStatus | Package activation status | types/general.types.ts:380 |
<a id="activatedat"></a> activatedAt? | string | Package activation date (ISO 8601) | types/general.types.ts:382 |
<a id="expiresat"></a> expiresAt? | string | End 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? | number | Fee for the package, % of turnover | types/general.types.ts:386 |
<a id="periodduration"></a> periodDuration? | number | Minimum duration of the package | types/general.types.ts:388 |
<a id="options"></a> options? | PlanBuilderOptionShort[] | Options included in the package | types/general.types.ts:390 |