Interface ShoppingStorefrontStickerOptions

interface ShoppingStorefrontStickerOptions {
    storefront_merchant_id: string;
    text: string;
    vibrant_text_color?: string;
}

Properties

storefront_merchant_id: string
text: string

e.g. "WATCH SHOP"

vibrant_text_color?: string