Wildberries API TypeScript SDK / <internal> / Order
Interface: Order
Defined in: types/orders-fbs.types.ts:448
Assembly order (sborochnoe zadanie) with full details
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:450 |
address.fullAddress? | string | Full delivery address | types/orders-fbs.types.ts:452 |
address.longitude? | number | Longitude | types/orders-fbs.types.ts:454 |
address.latitude? | number | Latitude | types/orders-fbs.types.ts:456 |
<a id="scanprice"></a> scanPrice? | number | Acceptance price in kopecks; shown after actual order acceptance | types/orders-fbs.types.ts:459 |
<a id="deliverytype"></a> deliveryType? | "fbs" | Delivery type: fbs = delivery to Wildberries warehouse | types/orders-fbs.types.ts:461 |
<a id="supplyid"></a> supplyId? | string | Supply ID; returned if the order is assigned to a supply | types/orders-fbs.types.ts:463 |
<a id="orderuid"></a> orderUid? | string | Transaction ID for grouping orders from the same buyer cart | types/orders-fbs.types.ts:465 |
<a id="article"></a> article? | string | Seller article | types/orders-fbs.types.ts:467 |
<a id="colorcode"></a> colorCode? | string | Color code (only for tintable products) | types/orders-fbs.types.ts:469 |
<a id="rid"></a> rid? | string | Unique order ID (corresponds to srid in other report endpoints) | types/orders-fbs.types.ts:471 |
<a id="createdat"></a> createdAt? | string | Order creation date (RFC3339) | types/orders-fbs.types.ts:473 |
<a id="offices"></a> offices? | string[] | List of offices where the product should be delivered | types/orders-fbs.types.ts:475 |
<a id="skus"></a> skus? | string[] | List of barcodes | types/orders-fbs.types.ts:477 |
<a id="id"></a> id? | number | Assembly order ID | types/orders-fbs.types.ts:479 |
<a id="warehouseid"></a> warehouseId? | number | Seller warehouse ID that received the order | types/orders-fbs.types.ts:481 |
<a id="officeid"></a> officeId? | number | WB warehouse ID linked to the seller warehouse | types/orders-fbs.types.ts:483 |
<a id="nmid"></a> nmId? | number | WB article number | types/orders-fbs.types.ts:485 |
<a id="chrtid"></a> chrtId? | number | Product size ID in the WB system | types/orders-fbs.types.ts:487 |
<a id="price"></a> price? | number | Price in sale currency with all discounts except WB Wallet, multiplied by 100 | types/orders-fbs.types.ts:489 |
<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:491 |
<a id="currencycode"></a> currencyCode? | number | Sale currency code (ISO 4217) | types/orders-fbs.types.ts:493 |
<a id="convertedcurrencycode"></a> convertedCurrencyCode? | number | Seller's country currency code (ISO 4217) | types/orders-fbs.types.ts:495 |
<a id="cargotype"></a> cargoType? | CargoType | Cargo type: 1 = small, 2 = oversized, 3 = large | types/orders-fbs.types.ts:497 |
<a id="crossbordertype"></a> crossBorderType? | 0 | 1 | Cross-border type: 0 = not cross-border, 1 = cross-border | types/orders-fbs.types.ts:499 |
<a id="comment"></a> comment? | string | Buyer comment | types/orders-fbs.types.ts:501 |
<a id="iszeroorder"></a> isZeroOrder? | boolean | Whether 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 options | types/orders-fbs.types.ts:505 |
options.isB2b? | boolean | Whether this is a B2B sale | types/orders-fbs.types.ts:507 |