Skip to content

Instantly share code, notes, and snippets.

@amckemie
Created April 2, 2021 16:56
Show Gist options
  • Save amckemie/301eb3c4e6e71832b1fc78f68e4c28da to your computer and use it in GitHub Desktop.
Save amckemie/301eb3c4e6e71832b1fc78f68e4c28da to your computer and use it in GitHub Desktop.
Checking for MSF being enabled on BC Store
GET /v2/store
Example Response:
{
"id": "abc123",
"domain": "my-awesome.store",
"secure_url": "https://my-awesome.stor",
"control_panel_base_url": "https://store-{store_hash}.mybigcommerce.com",
"status": "live",
"name": "BigCommerce",
...
"features": {
"stencil_enabled": true,
"sitewidehttps_enabled": false,
"facebook_catalog_id": "",
"checkout_type": "optimized",
"multi_storefront": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment