Interface ShoppingMultiProductStickerOptions

interface ShoppingMultiProductStickerOptions {
    compound_product_ids: ShoppingMultiProductStickerIds[];
    text: string;
    vibrant_text_color?: string;
}

Properties

compound_product_ids: ShoppingMultiProductStickerIds[]
text: string

e.g. "ITEMS: 3"

vibrant_text_color?: string