Javascript API
Last updated
Last updated
You can reference the reserve in store JS API with the code window.reserveInStore
or ris
for short.
This global variable will be available once the system is initialized.
If you're not sure if your code will get run before or after the Reserve In Store app gets initialized, you should use the "push" method of running your code. See the 'push' method.