Skip to content

Wildberries API TypeScript SDK / StockItem

Interface: StockItem

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

A single stock record on a seller warehouse.

Set chrtId (size ID) per item. The legacy sku field was removed in v4.0.0 — WB rejects sku since 2026-05-20. See docs/guides/migration-v4.md.

Since

3.12.0 (sku field removed in 4.0.0)

Properties

PropertyTypeDescriptionDefined in
<a id="chrtid"></a> chrtId?numberSize ID returned by POST /content/v2/get/cards/list. Casing note: WB API uses chrtID (uppercase D) in Content endpoints (/content/v2/get/cards/list) but chrtId (lowercase d) in this Marketplace stocks endpoint. Pass the same numeric value, but the SDK property is chrtId (lowercase d) for stocks methods. Since 3.12.0types/products.types.ts:1093
<a id="amount"></a> amount?numberStock amount.types/products.types.ts:1095

Made with ❤️ for the Wildberries developer community