Skip to content

Wildberries API TypeScript SDK / <internal> / GoodHistory

Interface: GoodHistory

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

Properties

PropertyTypeDescriptionDefined in
<a id="nmid"></a> nmID?numberАртикул WBtypes/products.types.ts:369
<a id="vendorcode"></a> vendorCode?stringАртикул продавцаtypes/products.types.ts:371
<a id="sizeid"></a> sizeID?numberID размера. В методах Контента это поле chrtIDtypes/products.types.ts:373
<a id="techsizename"></a> techSizeName?stringРазмерtypes/products.types.ts:375
<a id="price"></a> price?numberЦенаtypes/products.types.ts:377
<a id="currencyisocode4217"></a> currencyIsoCode4217?stringВалюта, по стандарту ISO 4217types/products.types.ts:379
<a id="discount"></a> discount?numberСкидка, %types/products.types.ts:381
<a id="clubdiscount"></a> clubDiscount?numberСкидка WB Клуба, %types/products.types.ts:383
<a id="status"></a> status?number-types/products.types.ts:384
<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:386

Made with ❤️ for the Wildberries developer community