Wildberries API TypeScript SDK / <internal> / DBWClientInfo
Interface: DBWClientInfo
Defined in: types/orders-fbw.types.ts:377
Buyer information for a DBW order
Since
3.4.0
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="orderid"></a> orderID? | number | Order ID | types/orders-fbw.types.ts:379 |
<a id="firstname"></a> firstName? | string | Customer first name | types/orders-fbw.types.ts:381 |
<a id="fullname"></a> fullName? | string | Customer full name | types/orders-fbw.types.ts:383 |
<a id="phone"></a> phone? | string | Phone number (without country code) | types/orders-fbw.types.ts:385 |
<a id="phonecode"></a> phoneCode? | number | Phone country code | types/orders-fbw.types.ts:387 |
<a id="additionalphonecodes"></a> additionalPhoneCodes? | number[] | Additional phone country codes | types/orders-fbw.types.ts:389 |