BigCommerce · Example Payload

Bigcommerce Getstorethemes Example

E-CommerceRetailCatalogOrderCheckoutPaymentsSoftware-as-a-Service

Bigcommerce Getstorethemes Example is an example object payload from BigCommerce, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getStoreThemes",
  "method": "GET",
  "path": "/themes",
  "summary": "BigCommerce Get all Themes",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "response",
      "example": {
        "data": [
          {
            "uuid": "872b3e20-731f-0136-9d2f-633ff0d6ced1",
            "variations": [
              {
                "uuid": "877427a0-731f-0136-9d2f-633ff0d6ced1",
                "name": "Light",
                "description": "Ideal for a wide range of businesses and brands, this design is fully responsive, simple, and ready for you to add your branding, logo, and products. It comes ready to build a clean looking and beautiful store with features such as homepage carousel, social media icons, featured and top selling products, and faceted search (which is available on select BigCommerce plans). Fully express your brand by using our Theme Editor to quickly and easily style your site\u2019s fonts and colors, all without the need to write code.",
                "external_id": "light"
              },
              {
                "uuid": "87be3180-731f-0136-9d2f-633ff0d6ced1",
                "name": "Bold",
                "description": "Ideal for a wide range of businesses and brands, this design is fully responsive, simple, and ready for you to add your branding, logo, and products. It comes ready to build a clean looking and beautiful store with features such as homepage carousel, social media icons, featured and top selling products, and faceted search (which is available on select BigCommerce plans). Fully express your brand by using our Theme Editor to quickly and easily style your site\u2019s fonts and colors, all without the need to write code.",
                "external_id": "bold"
              },
              {
                "uuid": "87d48e90-731f-0136-9d2f-633ff0d6ced1",
                "name": "Warm",
                "description": "Ideal for a wide range of businesses and brands, this design is fully responsive, simple, and ready for you to add your branding, logo, and products. It comes ready to build a clean looking and beautiful store with features such as homepage carousel, social media icons, featured and top selling products, and faceted search (which is available on select BigCommerce plans). Fully express your brand by using our Theme Editor to quickly and easily style your site\u2019s fonts and colors, all without the need to write code.",
                "external_id": "warm"
              }
            ],
            "name": "Cornerstone-blog",
            "is_private": true,
            "is_active": false
          },
          {
            "uuid": "e3d82ce0-9bae-0133-0de7-525400970412",
            "variations": [
              {
                "uuid": "b16c3fe0-7bcb-0136-b5fc-07fe54a9e639",
                "name": "Light",
                "description": "Ideal for a wide range of businesses and brands, this design is fully responsive, simple, and ready for you to add your branding, logo, and products. It comes ready to build a clean looking and beautiful store with features such as homepage carousel, social media icons, featured and top selling products, and faceted search (which is available on select BigCommerce plans). Fully express your brand by using our Theme Editor to quickly and easily style your site\u2019s fonts and colors, all without the need to write code.",
                "external_id": "light"
              },
              {
                "uuid": "b17d57e0-7bcb-0136-b5fc-07fe54a9e639",
                "name": "Bold",
                "description": "Ideal for a wide range of businesses and brands, this design is fully responsive, simple, and ready for you to add your branding, logo, and products. It comes ready to build a clean looking and beautiful store with features such as homepage carousel, social media icons, featured and top selling products, and faceted search (which is available on select BigCommerce plans). Fully express your brand by using our Theme Editor to quickly and easily style your site\u2019s fonts and colors, all without the need to write code.",
                "external_id": "bold"
              },
              {
                "uuid": "b18ad610-7bcb-0136-b5fc-07fe54a9e639",
                "name": "Warm",
                "description": "Ideal for a wide range of businesses and brands, this design is fully responsive, simple, and ready for you to add your branding, logo, and products. It comes ready to build a clean looking and beautiful store with features such as homepage carousel, social media icons, featured and top selling products, and faceted search (which is available on select BigCommerce plans). Fully express your brand by using our Theme Editor to quickly and easily style your site\u2019s fonts and colors, all without the need to write code.",
                "external_id": "warm"
              }
            ],
            "name": "Cornerstone",
            "is_private": false,
            "is_active": true
          },
          {
            "uuid": "1242c920-a5a6-0133-a20e-525400970412",
            "variations": [
              {
                "uuid": "fec9fe60-7ede-0136-effe-0cbd49ed50aa",
                "name": "Minimal",
                "description": "Fortune is a standout theme for cutting-edge online stores. Customers will be transfixed by its striking hero area, which puts your imagery on full display, along with its sleek navigation and unique product grid. Ideal for small-to-medium-sized catalogs, Fortune has everything you need to command and convert shoppers.",
                "external_id": "minimal"
              },
              {
                "uuid": "fee26530-7ede-0136-effe-0cbd49ed50aa",
                "name": "Bright",
                "description": "Fortune is a standout theme for cutting-edge online stores. Customers will be transfixed by its striking hero area, which puts your imagery on full display, along with its sleek navigation and unique product grid. Ideal for small-to-medium-sized catalogs, Fortune has everything you need to command and convert shoppers.",
                "external_id": "bright"
              },
              {
                "uuid": "fef38820-7ede-0136-effe-0cbd49ed50aa",
                "name": "Contrast",
                "description": "Fortune is a standout theme for cutting-edge online stores. Customers will be transfixed by its striking hero area, which puts your imagery on full display, along with its sleek navigation and unique product grid. Ideal for small-to-medium-sized catalogs, Fortune has everything you need to command and convert shoppers.",
                "external_id": "contrast"
              },
              {
                "uuid": "ff085ab0-7ede-0136-effe-0cbd49ed50aa",
                "name": "Highlight",
                "description": "Fortune is a standout theme for cutting-edge online stores. Customers will be transfixed by its striking hero area, which puts your imagery on full display, along with its sleek navigation and unique product grid. Ideal for small-to-medium-sized catalogs, Fortune has everything you need to command and convert shoppers.",
                "external_id": "highlight"
              }
            ],
            "name": "Fortune",
            "is_private": false,
            "is_active": false
          }
        ],
        "meta": {}
      }
    }
  ]
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/bigcommerce-getstorethemes-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.