Wildberries API TypeScript SDK / <internal> / GoodsList
Interface: GoodsList
Defined in: types/products.types.ts:221
Размеры товара
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="nmid"></a> nmID? | number | Артикул WB | types/products.types.ts:223 |
<a id="vendorcode"></a> vendorCode? | string | Артикул продавца | types/products.types.ts:225 |
<a id="sizes"></a> sizes? | { sizeID: number; price: number; discountedPrice: number; clubDiscountedPrice: number; techSizeName: string; }[] | Размер | types/products.types.ts:227 |
<a id="currencyisocode4217"></a> currencyIsoCode4217? | string | Валюта, по стандарту ISO 4217 | types/products.types.ts:240 |
<a id="discount"></a> discount? | number | Скидка, % | types/products.types.ts:242 |
<a id="clubdiscount"></a> clubDiscount? | number | Скидка WB Клуба, % | types/products.types.ts:244 |
<a id="editablesizeprice"></a> editableSizePrice? | boolean | Можно ли устанавливать цены отдельно для разных размеров (зависит от категории товара): - true — можно - false — нельзя | types/products.types.ts:246 |
<a id="isbadturnover"></a> isBadTurnover? | boolean | Признак неликвидного товара: - true — неликвидный товар с низким индексом остатка - Поле отсутствует — ликвидный товар | types/products.types.ts:248 |