Skip to content

Wildberries API TypeScript SDK / <internal> / Order

Interface: Order

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

Assembly order (sborochnoe zadanie) with full details

Properties

PropertyTypeDescriptionDefined in
<a id="address"></a> address?{ fullAddress?: string; longitude?: number; latitude?: number; }Buyer's delivery address; some fields may be empty depending on address specificstypes/orders-fbs.types.ts:450
address.fullAddress?stringFull delivery addresstypes/orders-fbs.types.ts:452
address.longitude?numberLongitudetypes/orders-fbs.types.ts:454
address.latitude?numberLatitudetypes/orders-fbs.types.ts:456
<a id="scanprice"></a> scanPrice?numberAcceptance price in kopecks; shown after actual order acceptancetypes/orders-fbs.types.ts:459
<a id="deliverytype"></a> deliveryType?"fbs"Delivery type: fbs = delivery to Wildberries warehousetypes/orders-fbs.types.ts:461
<a id="supplyid"></a> supplyId?stringSupply ID; returned if the order is assigned to a supplytypes/orders-fbs.types.ts:463
<a id="orderuid"></a> orderUid?stringTransaction ID for grouping orders from the same buyer carttypes/orders-fbs.types.ts:465
<a id="article"></a> article?stringSeller articletypes/orders-fbs.types.ts:467
<a id="colorcode"></a> colorCode?stringColor code (only for tintable products)types/orders-fbs.types.ts:469
<a id="rid"></a> rid?stringUnique order ID (corresponds to srid in other report endpoints)types/orders-fbs.types.ts:471
<a id="createdat"></a> createdAt?stringOrder creation date (RFC3339)types/orders-fbs.types.ts:473
<a id="offices"></a> offices?string[]List of offices where the product should be deliveredtypes/orders-fbs.types.ts:475
<a id="skus"></a> skus?string[]List of barcodestypes/orders-fbs.types.ts:477
<a id="id"></a> id?numberAssembly order IDtypes/orders-fbs.types.ts:479
<a id="warehouseid"></a> warehouseId?numberSeller warehouse ID that received the ordertypes/orders-fbs.types.ts:481
<a id="officeid"></a> officeId?numberWB warehouse ID linked to the seller warehousetypes/orders-fbs.types.ts:483
<a id="nmid"></a> nmId?numberWB article numbertypes/orders-fbs.types.ts:485
<a id="chrtid"></a> chrtId?numberProduct size ID in the WB systemtypes/orders-fbs.types.ts:487
<a id="price"></a> price?numberPrice in sale currency with all discounts except WB Wallet, multiplied by 100types/orders-fbs.types.ts:489
<a id="convertedprice"></a> convertedPrice?numberPrice in seller's country currency with all discounts except WB Wallet, multiplied by 100types/orders-fbs.types.ts:491
<a id="currencycode"></a> currencyCode?numberSale currency code (ISO 4217)types/orders-fbs.types.ts:493
<a id="convertedcurrencycode"></a> convertedCurrencyCode?numberSeller's country currency code (ISO 4217)types/orders-fbs.types.ts:495
<a id="cargotype"></a> cargoType?CargoTypeCargo type: 1 = small, 2 = oversized, 3 = largetypes/orders-fbs.types.ts:497
<a id="crossbordertype"></a> crossBorderType?0 | 1Cross-border type: 0 = not cross-border, 1 = cross-bordertypes/orders-fbs.types.ts:499
<a id="comment"></a> comment?stringBuyer commenttypes/orders-fbs.types.ts:501
<a id="iszeroorder"></a> isZeroOrder?booleanWhether this is a zero-stock order (can be cancelled without penalty)types/orders-fbs.types.ts:503
<a id="options"></a> options?{ isB2b?: boolean; }Order optionstypes/orders-fbs.types.ts:505
options.isB2b?booleanWhether this is a B2B saletypes/orders-fbs.types.ts:507

Made with ❤️ for the Wildberries developer community