Skip to content

Wildberries API TypeScript SDK / <internal> / OrderNew

Interface: OrderNew

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

New (unprocessed) assembly order with additional pricing and metadata fields

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:540
address.fullAddress?stringFull delivery addresstypes/orders-fbs.types.ts:542
address.longitude?numberLongitudetypes/orders-fbs.types.ts:544
address.latitude?numberLatitudetypes/orders-fbs.types.ts:546
<a id="ddate"></a> ddate?stringPlanned delivery date; shown for oversized (SGT, cargoType: 2) orderstypes/orders-fbs.types.ts:549
<a id="sellerdate"></a> sellerDate?stringRecommended delivery date for oversized items to the sorting centertypes/orders-fbs.types.ts:551
<a id="saleprice"></a> salePrice?numberSeller price in sale currency with seller discount, without WB Club discount, multiplied by 100types/orders-fbs.types.ts:553
<a id="requiredmeta"></a> requiredMeta?string[]List of required metadata keys that must be added to the ordertypes/orders-fbs.types.ts:555
<a id="optionalmeta"></a> optionalMeta?string[]List of optional metadata keys that can be added to the ordertypes/orders-fbs.types.ts:557
<a id="deliverytype"></a> deliveryType?"fbs"Delivery type: fbs = delivery to Wildberries warehousetypes/orders-fbs.types.ts:559
<a id="comment"></a> comment?stringBuyer commenttypes/orders-fbs.types.ts:561
<a id="scanprice"></a> scanPrice?numberAcceptance price in kopecks; always null for this endpointtypes/orders-fbs.types.ts:563
<a id="orderuid"></a> orderUid?stringTransaction ID for grouping orders from the same buyer carttypes/orders-fbs.types.ts:565
<a id="article"></a> article?stringSeller articletypes/orders-fbs.types.ts:567
<a id="colorcode"></a> colorCode?stringColor code (only for tintable products)types/orders-fbs.types.ts:569
<a id="rid"></a> rid?stringUnique order ID (corresponds to srid in other report endpoints)types/orders-fbs.types.ts:571
<a id="createdat"></a> createdAt?stringOrder creation date (RFC3339)types/orders-fbs.types.ts:573
<a id="offices"></a> offices?string[]List of offices where the product should be deliveredtypes/orders-fbs.types.ts:575
<a id="skus"></a> skus?string[]List of barcodestypes/orders-fbs.types.ts:577
<a id="id"></a> id?numberAssembly order IDtypes/orders-fbs.types.ts:579
<a id="warehouseid"></a> warehouseId?numberSeller warehouse ID that received the ordertypes/orders-fbs.types.ts:581
<a id="officeid"></a> officeId?numberWB warehouse ID linked to the seller warehousetypes/orders-fbs.types.ts:583
<a id="nmid"></a> nmId?numberWB article numbertypes/orders-fbs.types.ts:585
<a id="chrtid"></a> chrtId?numberProduct size ID in the WB systemtypes/orders-fbs.types.ts:587
<a id="price"></a> price?numberPrice in sale currency with all discounts except WB Wallet, multiplied by 100types/orders-fbs.types.ts:589
<a id="finalprice"></a> finalPrice?numberAmount to be paid by buyer in sale currency with all discounts, multiplied by 100types/orders-fbs.types.ts:591
<a id="convertedprice"></a> convertedPrice?numberPrice in seller's country currency with all discounts except WB Wallet, multiplied by 100types/orders-fbs.types.ts:593
<a id="convertedfinalprice"></a> convertedFinalPrice?numberAmount to be paid by buyer in seller's country currency with all discounts, multiplied by 100types/orders-fbs.types.ts:595
<a id="currencycode"></a> currencyCode?numberSale currency code (ISO 4217)types/orders-fbs.types.ts:597
<a id="convertedcurrencycode"></a> convertedCurrencyCode?numberSeller's country currency code (ISO 4217)types/orders-fbs.types.ts:599
<a id="cargotype"></a> cargoType?CargoTypeCargo type: 1 = small, 2 = oversized, 3 = largetypes/orders-fbs.types.ts:601
<a id="crossbordertype"></a> crossBorderType?0 | 1Cross-border type: 0 = not cross-border, 1 = cross-bordertypes/orders-fbs.types.ts:603
<a id="iszeroorder"></a> isZeroOrder?booleanWhether this is a zero-stock order (can be cancelled without penalty)types/orders-fbs.types.ts:605
<a id="options"></a> options?{ isB2b?: boolean; }Order optionstypes/orders-fbs.types.ts:607
options.isB2b?booleanWhether this is a B2B saletypes/orders-fbs.types.ts:609

Made with ❤️ for the Wildberries developer community