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