Interface Carttaggingresent

Payload for carttaggingresent event

interface Carttaggingresent {
    cart_items: CartItem[];
    restore_link?: string;
}

Properties

cart_items: CartItem[]
restore_link?: string