Granify.setCurrentProduct is used to notify Granify which specific product variant is currently selected on a product page.
Placement
Granify.setCurrentProduct should be called immediately after Granify.trackProduct, and also whenever the shopper changes the current item in focus on that page.
Usage
For usage information, see the Granify.setCurrentProduct documentation.
Example
Granify('setCurrentProduct', { sku: '123456', product_id: '123' });
Next: Setting Shopper ID