Ecommerce by default functions in Piwik

Hi,

Below are the by default function available in Piwik Pro for the ecommerce tracking.

_paq.push(["clearEcommerceCart"]);
_paq.push(['addEcommerceItem',productSKU, productName, productCategory, price, quantity]); 
_paq.push(['trackEcommerceCartUpdate',grandTotal]);
_paq.push(['trackEcommerceOrder',orderId, orderGrandTotal, orderSubTotal, orderTax, orderShipping, orderDiscount]);

Do we have other by default functions available in Piwik for ecommerce tracking like:
view_item_list
Product Click
Checkout
and many more.

All ecommerce functions are listed here.