Wildberries API TypeScript SDK / <internal> / QuarantineGoods
Interface: QuarantineGoods
Defined in: types/products.types.ts:430
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="nmid"></a> nmID? | number | Артикул WB | types/products.types.ts:432 |
<a id="sizeid"></a> sizeID? | number | Не используется | types/products.types.ts:434 |
<a id="techsizename"></a> techSizeName? | string | Не используется | types/products.types.ts:436 |
<a id="currencyisocode4217"></a> currencyIsoCode4217? | string | Валюта по стандарту ISO 4217 | types/products.types.ts:438 |
<a id="newprice"></a> newPrice? | number | Новая цена продавца до скидки | types/products.types.ts:440 |
<a id="oldprice"></a> oldPrice? | number | Текущая цена продавца до скидки | types/products.types.ts:442 |
<a id="newdiscount"></a> newDiscount? | number | Новая скидка продавца, % | types/products.types.ts:444 |
<a id="olddiscount"></a> oldDiscount? | number | Текущая скидка продавца, % | types/products.types.ts:446 |
<a id="pricediff"></a> priceDiff? | number | Разница: newPrice * (1 - newDiscount / 100) - oldPrice * (1 - oldDiscount / 100) | types/products.types.ts:448 |