Skip to content

Wildberries API TypeScript SDK / <internal> / DBSOrderNew

Interface: DBSOrderNew

Defined in: types/orders-dbs.types.ts:31

New DBS order (assembly task) awaiting processing Contains delivery window, customer address, and required metadata

Properties

PropertyTypeDescriptionDefined in
<a id="id"></a> id?numberOrder IDtypes/orders-dbs.types.ts:33
<a id="address"></a> address?DBSAddressDelivery address with GPS coordinatestypes/orders-dbs.types.ts:35
<a id="ddate"></a> ddate?stringPlanned delivery date (YYYY-MM-DD)types/orders-dbs.types.ts:37
<a id="saleprice"></a> salePrice?numberSale pricetypes/orders-dbs.types.ts:39
<a id="dtimefrom"></a> dTimeFrom?stringDelivery window start time (HH:MM)types/orders-dbs.types.ts:41
<a id="dtimeto"></a> dTimeTo?stringDelivery window end time (HH:MM)types/orders-dbs.types.ts:43
<a id="requiredmeta"></a> requiredMeta?string[]Required metadata types (sgtin, imei, uin, gtin, customsDeclaration)types/orders-dbs.types.ts:45
<a id="deliverytype"></a> deliveryType?"dbs"Delivery type - always 'dbs' for DBS orderstypes/orders-dbs.types.ts:47
<a id="comment"></a> comment?stringCustomer commenttypes/orders-dbs.types.ts:49
<a id="orderuid"></a> orderUid?stringTransaction ID for grouping orders in same carttypes/orders-dbs.types.ts:51
<a id="article"></a> article?stringSeller articletypes/orders-dbs.types.ts:53
<a id="colorcode"></a> colorCode?stringColor code (for customizable products)types/orders-dbs.types.ts:55
<a id="rid"></a> rid?stringUnique order ID (srid in other methods)types/orders-dbs.types.ts:57
<a id="createdat"></a> createdAt?stringOrder creation date (RFC3339)types/orders-dbs.types.ts:59
<a id="skus"></a> skus?string[]List of barcodestypes/orders-dbs.types.ts:61
<a id="warehouseid"></a> warehouseId?numberSeller warehouse IDtypes/orders-dbs.types.ts:63
<a id="nmid"></a> nmId?numberWB article numbertypes/orders-dbs.types.ts:65
<a id="chrtid"></a> chrtId?numberProduct size ID in WB systemtypes/orders-dbs.types.ts:67
<a id="price"></a> price?numberPrice in sale currency * 100types/orders-dbs.types.ts:69
<a id="convertedprice"></a> convertedPrice?numberPrice in seller's country currency * 100types/orders-dbs.types.ts:71
<a id="currencycode"></a> currencyCode?numberSale currency codetypes/orders-dbs.types.ts:73
<a id="convertedcurrencycode"></a> convertedCurrencyCode?numberSeller's country currency codetypes/orders-dbs.types.ts:75
<a id="cargotype"></a> cargoType?numberCargo type: 1 - small, 2 - oversized, 3 - largetypes/orders-dbs.types.ts:77
<a id="iszeroorder"></a> isZeroOrder?booleanWhether this is a zero-stock ordertypes/orders-dbs.types.ts:79

Made with ❤️ for the Wildberries developer community