Wildberries API TypeScript SDK / <internal> / GoodHistory
Interface: GoodHistory
Defined in: types/products.types.ts:310
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="nmid"></a> nmID? | number | Артикул WB | types/products.types.ts:312 |
<a id="vendorcode"></a> vendorCode? | string | Артикул продавца | types/products.types.ts:314 |
<a id="sizeid"></a> sizeID? | number | ID размера. В методах Контента это поле chrtID | types/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 4217 | types/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 |