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