Wildberries API TypeScript SDK / <internal> / StickerItem
Interface: StickerItem
Defined in: types/orders-fbs.types.ts:294
Individual sticker data item
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="orderid"></a> orderId? | number | Order ID | types/orders-fbs.types.ts:296 |
<a id="parta"></a> partA? | string | Sticker part A value | types/orders-fbs.types.ts:298 |
<a id="partb"></a> partB? | string | Sticker part B value | types/orders-fbs.types.ts:300 |
<a id="barcode"></a> barcode? | string | Encoded barcode value | types/orders-fbs.types.ts:302 |
<a id="file"></a> file? | string | Base64-encoded sticker file | types/orders-fbs.types.ts:304 |