Skip to content

Wildberries API TypeScript SDK / <internal> / GoodsList

Interface: GoodsList

Defined in: types/products.types.ts:259

Размеры товара

Properties

PropertyTypeDescriptionDefined in
<a id="nmid"></a> nmID?numberАртикул WBtypes/products.types.ts:261
<a id="vendorcode"></a> vendorCode?stringАртикул продавцаtypes/products.types.ts:263
<a id="sizes"></a> sizes?{ sizeID: number; price: number; discountedPrice: number; clubDiscountedPrice: number; techSizeName: string; }[]Размерtypes/products.types.ts:265
<a id="currencyisocode4217"></a> currencyIsoCode4217?stringВалюта, по стандарту ISO 4217types/products.types.ts:278
<a id="discount"></a> discount?numberСкидка, %types/products.types.ts:280
<a id="clubdiscount"></a> clubDiscount?numberСкидка WB Клуба, %types/products.types.ts:282
<a id="editablesizeprice"></a> editableSizePrice?booleanМожно ли устанавливать цены отдельно для разных размеров (зависит от категории товара): - true — можно - false — нельзя Also true when the 'Size-Based Prices' Tariff-Builder option is enabled (RU only) and the item has >1 size. If not enabled, size-priced cards fall into drafts (/content/v2/cards/error/list); size-priced items cannot be added to promos (POST /api/v1/calendar/promotions/upload → 400).types/products.types.ts:286
<a id="isbadturnover"></a> isBadTurnover?booleanПризнак неликвидного товара: - true — неликвидный товар с низким индексом остатка - Поле отсутствует — ликвидный товарtypes/products.types.ts:288
<a id="wholesalediscountthreshold"></a> wholesaleDiscountThreshold?WholesaleDiscountThreshold[]Пороги оптовых скидок для B2B-продаж. Returned by GET/POST /api/v2/list/goods/filter when B2B wholesale discounts have been set via POST /api/discounts-prices/v1/upload/task/b2b/wholesale. Each entry describes one wholesale discount tier (price breakpoint + discount %). Absent when no B2B wholesale discounts are configured for the item.types/products.types.ts:297

Made with ❤️ for the Wildberries developer community