Wildberries API TypeScript SDK / <internal> / Meta
Interface: Meta
Defined in: types/orders-fbs.types.ts:676
Order metadata containing various identification and tracking codes
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="imei"></a> imei? | { value?: string; } | IMEI | types/orders-fbs.types.ts:678 |
imei.value? | string | - | types/orders-fbs.types.ts:679 |
<a id="uin"></a> uin? | { value?: string; } | UIN (unique identification number) | types/orders-fbs.types.ts:682 |
uin.value? | string | - | types/orders-fbs.types.ts:683 |
<a id="gtin"></a> gtin? | { value?: string; } | GTIN (Global Trade Item Number) | types/orders-fbs.types.ts:686 |
gtin.value? | string | - | types/orders-fbs.types.ts:687 |
<a id="sgtin"></a> sgtin? | { value?: string[]; } | Honest Sign marking code (SGTIN) | types/orders-fbs.types.ts:690 |
sgtin.value? | string[] | - | types/orders-fbs.types.ts:691 |
<a id="expiration"></a> expiration? | { value?: string; } | Product expiration date | types/orders-fbs.types.ts:694 |
expiration.value? | string | - | types/orders-fbs.types.ts:695 |
<a id="customsdeclaration"></a> customsDeclaration? | { value?: string; } | Customs declaration number | types/orders-fbs.types.ts:698 |
customsDeclaration.value? | string | - | types/orders-fbs.types.ts:699 |