Function addProductToCart
- addProductToCart(product): Promise<{
newCount: number;
status: "SUCCESS" | "QUANTITY_LIMIT_REACHED";
totalCartCount: number;
}> Returns Promise<{
newCount: number;
status: "SUCCESS" | "QUANTITY_LIMIT_REACHED";
totalCartCount: number;
}>