Wildberries API TypeScript SDK / <internal> / Pass
Interface: Pass
Defined in: types/orders-fbs.types.ts:734
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:736 |
<a id="dateend"></a> dateEnd? | string | Pass expiration date | types/orders-fbs.types.ts:738 |
<a id="lastname"></a> lastName? | string | Driver last name | types/orders-fbs.types.ts:740 |
<a id="carmodel"></a> carModel? | string | Car model | types/orders-fbs.types.ts:742 |
<a id="carnumber"></a> carNumber? | string | Car number | types/orders-fbs.types.ts:744 |
<a id="officename"></a> officeName? | string | Warehouse name | types/orders-fbs.types.ts:746 |
<a id="officeaddress"></a> officeAddress? | string | Warehouse address | types/orders-fbs.types.ts:748 |
<a id="officeid"></a> officeId? | number | Warehouse ID | types/orders-fbs.types.ts:750 |
<a id="id"></a> id? | number | Pass ID | types/orders-fbs.types.ts:752 |