Skip to content

Wildberries API TypeScript SDK / <internal> / Supply

Interface: Supply

Defined in: types/orders-fbs.types.ts:542

Supply (postavka) entity representing a shipment batch

Properties

PropertyTypeDescriptionDefined in
<a id="id"></a> id?stringSupply IDtypes/orders-fbs.types.ts:544
<a id="done"></a> done?booleanWhether the supply is closedtypes/orders-fbs.types.ts:546
<a id="createdat"></a> createdAt?stringSupply creation date (RFC3339)types/orders-fbs.types.ts:548
<a id="closedat"></a> closedAt?stringSupply closing date (RFC3339)types/orders-fbs.types.ts:550
<a id="scandt"></a> scanDt?stringSupply scan date (RFC3339)types/orders-fbs.types.ts:552
<a id="name"></a> name?stringSupply nametypes/orders-fbs.types.ts:554
<a id="cargotype"></a> cargoType?0 | 1 | 2 | 3Cargo type: 0 = unset, 1 = small, 2 = oversized, 3 = largetypes/orders-fbs.types.ts:556
<a id="crossbordertype"></a> crossBorderType?0 | 1 | nullCross-border type: 0 = not cross-border, 1 = cross-border, null = unsettypes/orders-fbs.types.ts:558
<a id="destinationofficeid"></a> destinationOfficeId?numberDestination warehouse ID; null if not specifiedtypes/orders-fbs.types.ts:560
<a id="isb2b"></a> isB2b?booleanWhether this supply contains B2B orders. Once the first order is added, the supply inherits its B2B flag. Since March 19, 2026 mixing B2B and non-B2B orders in one supply is rejected.types/orders-fbs.types.ts:562

Made with ❤️ for the Wildberries developer community