Skip to content

Wildberries API TypeScript SDK / <internal> / ArchiveOrder

Interface: ArchiveOrder

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

A single archived FBS assembly order Maps to swagger schema: v3.ArchiveOrder

Properties

PropertyTypeDescriptionDefined in
<a id="cargotype"></a> cargoType"mgt" | "sgt" | "kgtPlus"Cargo type: 'mgt' (small), 'sgt' (medium), 'kgtPlus' (large+)types/orders-fbs.types.ts:900
<a id="colorcode"></a> colorCodestring | nullColor code, or null when not applicabletypes/orders-fbs.types.ts:902
<a id="createdat"></a> createdAtstringOrder creation timestamp (ISO 8601)types/orders-fbs.types.ts:904
<a id="crossborder"></a> crossBorder| { parcel?: string; } | nullCross-border delivery details, or null for non-cross-border orderstypes/orders-fbs.types.ts:906
<a id="crossbordertype"></a> crossBorderType"local" | "crossBorder"Cross-border type: 'local' (domestic) or 'crossBorder'types/orders-fbs.types.ts:908
<a id="id"></a> idnumberNumeric order identifiertypes/orders-fbs.types.ts:910
<a id="iszeroorder"></a> isZeroOrderbooleanWhether this is a zero-price (free) ordertypes/orders-fbs.types.ts:912
<a id="metadetails"></a> metaDetailsunknown[]Additional metadata detailstypes/orders-fbs.types.ts:914
<a id="options"></a> options{ isB2B?: boolean; }Order-level optionstypes/orders-fbs.types.ts:916
options.isB2B?boolean-types/orders-fbs.types.ts:916
<a id="orderuid"></a> orderUidstringUnique order UIDtypes/orders-fbs.types.ts:918
<a id="priceinfo"></a> priceInfoArchiveOrderPriceInfoPrice information for the ordertypes/orders-fbs.types.ts:920
<a id="product"></a> productArchiveOrderProductProduct details for the ordertypes/orders-fbs.types.ts:922
<a id="rid"></a> ridstringRequest ID (rid) for tracingtypes/orders-fbs.types.ts:924
<a id="scanprice"></a> scanPricenumber | nullScan price, or null when not applicabletypes/orders-fbs.types.ts:926
<a id="status"></a> statusArchiveOrderStatusSupplier and WB statusestypes/orders-fbs.types.ts:928
<a id="stickerid"></a> stickerIdnumberSticker (label) ID assigned to the ordertypes/orders-fbs.types.ts:930
<a id="supplyid"></a> supplyIdstring | nullSupply ID the order is bound to, or null when not boundtypes/orders-fbs.types.ts:932
<a id="warehouseid"></a> warehouseIdnumberWarehouse ID the order is fulfilled fromtypes/orders-fbs.types.ts:934

Made with ❤️ for the Wildberries developer community