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