How to fetch content from my Strapi to populate my bigcommerce theme?

System Information
  • Strapi Version:3
  • Operating System: mac
  • Database: sqllite* im not sure
  • Node Version: v12.19.0
  • NPM Version: 6.14.8
  • Yarn Version: 1.22.10

Hi, I am very new to strapi and I have a little problem, can’t figure out for few days.

How can I import content from Strapi to my Bigcommerce theme?

I downloaded bigcommerce theme locally and installed stencil with desired parameters -

  • the store’s URL
  • an API access token
  • a local port number

In my bigcommerce theme I have config.json where I have these fields :

  • I doubt that this is not correctly set, because I don’t see other way to connect Strapi with my bigcommerce theme (if I am wrong please correct me).

config.js (bigcommerce theme)

“settings”: {
“strapi_base_url”: “what should I put here?(is it url with my cms admin strapi url?)”,
“integration_server_base_url”: “And same question, what is integration_server_base_url, where I can find it?”,
“google_captcha_key”: “/”,
“bc_app_client_id”: “/”,
“google_site_verification”: “/”,

}

Or maybe do I need something else to configure?

In short I need to populate a theme with content from Strapi.

Thanks on your time, and every advice would be nice! :slight_smile: