Wildberries API TypeScript SDK / <internal> / StickerParams
Interface: StickerParams
Defined in: types/orders-fbs.types.ts:68
Query parameters for sticker format and dimensions
Indexable
ts
[key: string]: unknownIndex signature for compatibility with Record<string, unknown>
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="type"></a> type | StickerType | Output format | types/orders-fbs.types.ts:70 |
<a id="width"></a> width | number | Sticker width in mm (58 or 40) | types/orders-fbs.types.ts:72 |
<a id="height"></a> height | number | Sticker height in mm (40 or 30) | types/orders-fbs.types.ts:74 |