Skip to content

Wildberries API TypeScript SDK / <internal> / QuarantineGoods

Interface: QuarantineGoods

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

Properties

PropertyTypeDescriptionDefined in
<a id="nmid"></a> nmID?numberАртикул WBtypes/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 4217types/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

Made with ❤️ for the Wildberries developer community