Ravak Configurator
    Preparing search index...

    Interface AnalyticsEventCheckoutItemProps

    interface AnalyticsEventCheckoutItemProps {
        b3dc_checkout_item_id: string;
        b3dc_checkout_item_name: string;
        b3dc_checkout_item_price?: number;
        b3dc_checkout_item_price_currency?: string;
        b3dc_checkout_item_quantity: number;
        b3dc_product_variants: {
            b3dc_product_variant_id: string;
            b3dc_product_variant_name: string;
            b3dc_product_variant_price?: number;
            b3dc_product_variant_price_currency?: string;
            b3dc_product_variant_quantity: number;
        }[];
        b3dc_product_variants_amounts: string;
    }
    Index

    Properties

    b3dc_checkout_item_id: string

    Identifier of the checkout item

    b3dc_checkout_item_name: string

    Human-readable name of the checkout item

    b3dc_checkout_item_price?: number

    Price of the checkout item. Currency specified by b3dc_checkout_item_price_currency

    b3dc_checkout_item_price_currency?: string

    Currency of checkout item price

    b3dc_checkout_item_quantity: number

    Quantity of the checkout item

    b3dc_product_variants: {
        b3dc_product_variant_id: string;
        b3dc_product_variant_name: string;
        b3dc_product_variant_price?: number;
        b3dc_product_variant_price_currency?: string;
        b3dc_product_variant_quantity: number;
    }[]

    List of relevant product variants

    b3dc_product_variants_amounts: string

    Comma-separated list of relevant product variant quantities and identifiers

    1×XJXP1280000,2×X000001862,1×X070543,5×X01439,1×X01612

    Full objects in b3dc_product_variants