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
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="address"></a> address? | { fullAddress?: string; longitude?: number; latitude?: number; } | Buyer's delivery address; some fields may be empty depending on address specifics | types/orders-fbs.types.ts:540 |
address.fullAddress? | string | Full delivery address | types/orders-fbs.types.ts:542 |
address.longitude? | number | Longitude | types/orders-fbs.types.ts:544 |
address.latitude? | number | Latitude | types/orders-fbs.types.ts:546 |
<a id="ddate"></a> ddate? | string | Planned delivery date; shown for oversized (SGT, cargoType: 2) orders | types/orders-fbs.types.ts:549 |
<a id="sellerdate"></a> sellerDate? | string | Recommended delivery date for oversized items to the sorting center | types/orders-fbs.types.ts:551 |
<a id="saleprice"></a> salePrice? | number | Seller price in sale currency with seller discount, without WB Club discount, multiplied by 100 | types/orders-fbs.types.ts:553 |
<a id="requiredmeta"></a> requiredMeta? | string[] | List of required metadata keys that must be added to the order | types/orders-fbs.types.ts:555 |
<a id="optionalmeta"></a> optionalMeta? | string[] | List of optional metadata keys that can be added to the order | types/orders-fbs.types.ts:557 |
<a id="deliverytype"></a> deliveryType? | "fbs" | Delivery type: fbs = delivery to Wildberries warehouse | types/orders-fbs.types.ts:559 |
<a id="comment"></a> comment? | string | Buyer comment | types/orders-fbs.types.ts:561 |
<a id="scanprice"></a> scanPrice? | number | Acceptance price in kopecks; always null for this endpoint | types/orders-fbs.types.ts:563 |
<a id="orderuid"></a> orderUid? | string | Transaction ID for grouping orders from the same buyer cart | types/orders-fbs.types.ts:565 |
<a id="article"></a> article? | string | Seller article | types/orders-fbs.types.ts:567 |
<a id="colorcode"></a> colorCode? | string | Color code (only for tintable products) | types/orders-fbs.types.ts:569 |
<a id="rid"></a> rid? | string | Unique order ID (corresponds to srid in other report endpoints) | types/orders-fbs.types.ts:571 |
<a id="createdat"></a> createdAt? | string | Order creation date (RFC3339) | types/orders-fbs.types.ts:573 |
<a id="offices"></a> offices? | string[] | List of offices where the product should be delivered | types/orders-fbs.types.ts:575 |
<a id="skus"></a> skus? | string[] | List of barcodes | types/orders-fbs.types.ts:577 |
<a id="id"></a> id? | number | Assembly order ID | types/orders-fbs.types.ts:579 |
<a id="warehouseid"></a> warehouseId? | number | Seller warehouse ID that received the order | types/orders-fbs.types.ts:581 |
<a id="officeid"></a> officeId? | number | WB warehouse ID linked to the seller warehouse | types/orders-fbs.types.ts:583 |
<a id="nmid"></a> nmId? | number | WB article number | types/orders-fbs.types.ts:585 |
<a id="chrtid"></a> chrtId? | number | Product size ID in the WB system | types/orders-fbs.types.ts:587 |
<a id="price"></a> price? | number | Price in sale currency with all discounts except WB Wallet, multiplied by 100 | types/orders-fbs.types.ts:589 |
<a id="finalprice"></a> finalPrice? | number | Amount to be paid by buyer in sale currency with all discounts, multiplied by 100 | types/orders-fbs.types.ts:591 |
<a id="convertedprice"></a> convertedPrice? | number | Price in seller's country currency with all discounts except WB Wallet, multiplied by 100 | types/orders-fbs.types.ts:593 |
<a id="convertedfinalprice"></a> convertedFinalPrice? | number | Amount to be paid by buyer in seller's country currency with all discounts, multiplied by 100 | types/orders-fbs.types.ts:595 |
<a id="currencycode"></a> currencyCode? | number | Sale currency code (ISO 4217) | types/orders-fbs.types.ts:597 |
<a id="convertedcurrencycode"></a> convertedCurrencyCode? | number | Seller's country currency code (ISO 4217) | types/orders-fbs.types.ts:599 |
<a id="cargotype"></a> cargoType? | CargoType | Cargo type: 1 = small, 2 = oversized, 3 = large | types/orders-fbs.types.ts:601 |
<a id="crossbordertype"></a> crossBorderType? | 0 | 1 | Cross-border type: 0 = not cross-border, 1 = cross-border | types/orders-fbs.types.ts:603 |
<a id="iszeroorder"></a> isZeroOrder? | boolean | Whether 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 options | types/orders-fbs.types.ts:607 |
options.isB2b? | boolean | Whether this is a B2B sale | types/orders-fbs.types.ts:609 |