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