Wildberries API TypeScript SDK / <internal> / Pass
Interface: Pass
Defined in: types/orders-fbs.types.ts:718
Seller pass for warehouse access
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="firstname"></a> firstName? | string | Driver first name | types/orders-fbs.types.ts:720 |
<a id="dateend"></a> dateEnd? | string | Pass expiration date | types/orders-fbs.types.ts:722 |
<a id="lastname"></a> lastName? | string | Driver last name | types/orders-fbs.types.ts:724 |
<a id="carmodel"></a> carModel? | string | Car model | types/orders-fbs.types.ts:726 |
<a id="carnumber"></a> carNumber? | string | Car number | types/orders-fbs.types.ts:728 |
<a id="officename"></a> officeName? | string | Warehouse name | types/orders-fbs.types.ts:730 |
<a id="officeaddress"></a> officeAddress? | string | Warehouse address | types/orders-fbs.types.ts:732 |
<a id="officeid"></a> officeId? | number | Warehouse ID | types/orders-fbs.types.ts:734 |
<a id="id"></a> id? | number | Pass ID | types/orders-fbs.types.ts:736 |