Wholesale Bear JS SDK
Jonathan Biri avatar
Written by Jonathan Biri
Updated over a week ago

Using the app global __ConversionBearWholesaleSDK window object you can invoke methods and bind callbacks to tailor Wholesale Bear to your store needs.

Open the app main page with:

__ConversionBearWholesaleSDK.openMainPage()

This is the way to go in case you would like to bind a button from your storefront to open the app.

Open the app cart page with:

__ConversionBearWholesaleSDK.openCartPage()

Close the app main page with:

__ConversionBearWholesaleSDK.close()

Do you need anything that isn't included here? Let us know and we'll make it happen.

Did this answer your question?