Wildberries API TypeScript SDK / <internal> / Pass
Interface: Pass
Defined in: types/orders-fbs.types.ts:762
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:764 |
<a id="dateend"></a> dateEnd? | string | Pass expiration date | types/orders-fbs.types.ts:766 |
<a id="lastname"></a> lastName? | string | Driver last name | types/orders-fbs.types.ts:768 |
<a id="carmodel"></a> carModel? | string | Car model | types/orders-fbs.types.ts:770 |
<a id="carnumber"></a> carNumber? | string | Car number | types/orders-fbs.types.ts:772 |
<a id="officename"></a> officeName? | string | Warehouse name | types/orders-fbs.types.ts:774 |
<a id="officeaddress"></a> officeAddress? | string | Warehouse address | types/orders-fbs.types.ts:776 |
<a id="officeid"></a> officeId? | number | Warehouse ID | types/orders-fbs.types.ts:778 |
<a id="id"></a> id? | number | Pass ID | types/orders-fbs.types.ts:780 |