Skip to content

Wildberries API TypeScript SDK / <internal> / GoodHistory

Interface: GoodHistory

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

Properties

PropertyTypeDescriptionDefined in
<a id="nmid"></a> nmID?numberАртикул WBtypes/products.types.ts:312
<a id="vendorcode"></a> vendorCode?stringАртикул продавцаtypes/products.types.ts:314
<a id="sizeid"></a> sizeID?numberID размера. В методах Контента это поле chrtIDtypes/products.types.ts:316
<a id="techsizename"></a> techSizeName?stringРазмерtypes/products.types.ts:318
<a id="price"></a> price?numberЦенаtypes/products.types.ts:320
<a id="currencyisocode4217"></a> currencyIsoCode4217?stringВалюта, по стандарту ISO 4217types/products.types.ts:322
<a id="discount"></a> discount?numberСкидка, %types/products.types.ts:324
<a id="clubdiscount"></a> clubDiscount?numberСкидка WB Клуба, %types/products.types.ts:326
<a id="status"></a> status?number-types/products.types.ts:327
<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:329

Made with ❤️ for the Wildberries developer community