Skip to content

Wildberries API TypeScript SDK / <internal> / Supply

Interface: Supply

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

Supply (postavka) entity representing a shipment batch

Properties

PropertyTypeDescriptionDefined in
<a id="id"></a> id?stringSupply IDtypes/orders-fbs.types.ts:516
<a id="done"></a> done?booleanWhether the supply is closedtypes/orders-fbs.types.ts:518
<a id="createdat"></a> createdAt?stringSupply creation date (RFC3339)types/orders-fbs.types.ts:520
<a id="closedat"></a> closedAt?stringSupply closing date (RFC3339)types/orders-fbs.types.ts:522
<a id="scandt"></a> scanDt?stringSupply scan date (RFC3339)types/orders-fbs.types.ts:524
<a id="name"></a> name?stringSupply nametypes/orders-fbs.types.ts:526
<a id="cargotype"></a> cargoType?0 | 1 | 2 | 3Cargo type: 0 = unset, 1 = small, 2 = oversized, 3 = largetypes/orders-fbs.types.ts:528
<a id="crossbordertype"></a> crossBorderType?0 | 1 | nullCross-border type: 0 = not cross-border, 1 = cross-border, null = unsettypes/orders-fbs.types.ts:530
<a id="destinationofficeid"></a> destinationOfficeId?numberDestination warehouse ID; null if not specifiedtypes/orders-fbs.types.ts:532

Made with ❤️ for the Wildberries developer community