This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This example was used to pull in variant titles and IDs dynamically | |
// on a custom build of the ReCharge customer portal. | |
// | |
// Feel free to send me an email if you have any questions. | |
// | |
// Kelly Vaughn -- The Taproom Agency | |
// [email protected] | |
// 1. Retrieve product ID in any format | |
const productId = <pathToProductId>; |