Restock Rocket Javascript API Documentation
For customers who want to add custom integrations with Restock Rocket through the theme, we provide a Javascript API when our app loads into your theme. Customers can access the API through the object window.RestockRocket on the page. We provide the following APIs: On the product page, we provide: openModal and renderButtonForVariant. On collection, home and custom pages, we provide: openModal. APIs openModal(productData, variantId) This API opens the modal for a specifSome readersRestock Rocket HTTP API Documentation
We provide HTTP APIs for Restock Rocket. This can be used to integrate Restock Rocket into custom themes or headless Shopify installations. Store Customer Intent to Buy Product POST https://app.restockrocket.io/api/v1/intents.json You can also follow this Postman link to look at the documentation in an interactive format.Some readers