Wildberries API TypeScript SDK / <internal> / ApiBaseMeta
Interface: ApiBaseMeta
Defined in: types/in-store-pickup.types.ts:290
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="gtin"></a> gtin? | { value?: string | null; } | GTIN | types/in-store-pickup.types.ts:292 |
gtin.value? | string | null | - | types/in-store-pickup.types.ts:293 |
<a id="imei"></a> imei? | { value?: string | null; } | IMEI | types/in-store-pickup.types.ts:296 |
imei.value? | string | null | - | types/in-store-pickup.types.ts:297 |
<a id="sgtin"></a> sgtin? | { value?: string[] | null; } | Код маркировки Честного знака | types/in-store-pickup.types.ts:300 |
sgtin.value? | string[] | null | - | types/in-store-pickup.types.ts:301 |
<a id="uin"></a> uin? | { value?: string | null; } | УИН | types/in-store-pickup.types.ts:304 |
uin.value? | string | null | - | types/in-store-pickup.types.ts:305 |