Skip to content

Wildberries API TypeScript SDK / <internal> / GoodHistory

Interface: GoodHistory

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

Properties

PropertyTypeDescriptionDefined in
<a id="nmid"></a> nmID?numberАртикул WBtypes/products.types.ts:305
<a id="vendorcode"></a> vendorCode?stringАртикул продавцаtypes/products.types.ts:307
<a id="sizeid"></a> sizeID?numberID размера. В методах Контента это поле chrtIDtypes/products.types.ts:309
<a id="techsizename"></a> techSizeName?stringРазмерtypes/products.types.ts:311
<a id="price"></a> price?numberЦенаtypes/products.types.ts:313
<a id="currencyisocode4217"></a> currencyIsoCode4217?stringВалюта, по стандарту ISO 4217types/products.types.ts:315
<a id="discount"></a> discount?numberСкидка, %types/products.types.ts:317
<a id="clubdiscount"></a> clubDiscount?numberСкидка WB Клуба, %types/products.types.ts:319
<a id="status"></a> status?number-types/products.types.ts:320
<a id="errortext"></a> errorText?stringТекст ошибки. Например: - You can't change the item price. Item was added to the Sale due to high inventory — ошибка возникает, если товар попал под распродажу по индексу остатка. - The new price is several times lower than the current price. Item has been moved to Price Quarantine — ошибка возникает, если новая цена со скидкой хотя бы в 3 раза меньше старой. Вы можете изменить цену или скидку с помощью API либо вывести товар из карантина в личном кабинете.types/products.types.ts:322

Made with ❤️ for the Wildberries developer community