//Granify Android SDK/com.granifyinc.granifysdk.models/Carter/addCurrentProductToCart

addCurrentProductToCart

[androidJvm]
abstract fun addCurrentProductToCart()

Adds the current product to the cart.

When invoked, the current product should be added to the cart or some indication should occur to notify the shopper of any selections that must first be made before the item can be added to the cart.

Important: trackCart must be called with the updated cart after the current product is added.