EcommerceDataLayerBeginCheckoutEntry | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Type Alias EcommerceDataLayerBeginCheckoutEntry

    type EcommerceDataLayerBeginCheckoutEntry = {
        ecommerce: EcommerceObject & { coupon?: string; shipping_tier?: string };
        event: "begin_checkout";
    }
    Index

    Properties

    Properties

    ecommerce: EcommerceObject & { coupon?: string; shipping_tier?: string }
    event: "begin_checkout"