Wildberries API TypeScript SDK / <internal> / StickerItem
Interface: StickerItem
Defined in: types/orders-dbs.types.ts:617
Individual DBS sticker data item.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="orderid"></a> orderId? | number | Order ID | types/orders-dbs.types.ts:619 |
<a id="parta"></a> partA? | string | Sticker part A value | types/orders-dbs.types.ts:621 |
<a id="partb"></a> partB? | string | Sticker part B value | types/orders-dbs.types.ts:623 |
<a id="barcode"></a> barcode? | string | Encoded barcode value | types/orders-dbs.types.ts:625 |
<a id="file"></a> file? | string | Base64-encoded sticker file | types/orders-dbs.types.ts:627 |