BigCommerce · Example Payload

Bigcommerce Getstoreinformation Example

E-CommerceRetailCatalogOrderCheckoutPaymentsSoftware-as-a-Service

Bigcommerce Getstoreinformation 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": "getStoreInformation",
  "method": "GET",
  "path": "/store",
  "summary": "BigCommerce Get Store Information",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "response",
      "example": {
        "id": "abc123",
        "account_uuid": "8d4d492f-17a1-4d95-b396-e1c5720815a5",
        "domain": "my-awesome.store",
        "secure_url": "https://my-awesome.store",
        "control_panel_base_url": "https://store-{store_hash}.mybigcommerce.com",
        "status": "live",
        "name": "BigCommerce",
        "first_name": "Jane",
        "last_name": "Doe",
        "address": "BigCommerce",
        "country": "United States",
        "country_code": "US",
        "phone": "",
        "admin_email": "jane.does@example.com",
        "order_email": "info@janedoes.mybigcommerce.com",
        "favicon_url": "https://cdn8.bigcommerce.com/r-8816ba2f48b0bcf4bec0c1a954c00e0fc36b/img/bc_favicon.ico",
        "timezone": {
          "name": "America/Chicago",
          "raw_offset": -21600,
          "dst_offset": -18000,
          "dst_correction": true,
          "date_format": {
            "display": "M jS Y",
            "export": "M jS Y",
            "extended_display": "M jS Y @ g:i A"
          }
        },
        "language": "en",
        "currency": "USD",
        "currency_symbol": "$",
        "decimal_separator": ".",
        "thousands_separator": ",",
        "decimal_places": 2,
        "currency_symbol_location": "left",
        "weight_units": "Ounces",
        "dimension_units": "Inches",
        "dimension_decimal_places": 2,
        "dimension_decimal_token": ".",
        "dimension_thousands_token": ",",
        "plan_name": "Standard",
        "plan_level": "Standard",
        "plan_is_trial": false,
        "industry": "Technology",
        "logo": {
          "url": "https://cdn8.bigcommerce.com/s-{store_hash}/product_images/screen_shot_2018-05-15_at_12.22.26_pm__05547_1529512135.png"
        },
        "is_price_entered_with_tax": false,
        "store_id": 4884484848484,
        "default_channel_id": 1,
        "default_site_id": 1000,
        "active_comparison_modules": [],
        "features": {
          "stencil_enabled": true,
          "sitewidehttps_enabled": true,
          "facebook_catalog_id": "",
          "checkout_type": "optimized",
          "wishlists_enabled": true,
          "graphql_storefront_api_enabled": true,
          "shopper_consent_tracking_enabled": true,
          "multi_storefront_enabled": true,
          "storefront_limits": {
            "active": 3,
            "total_including_inactive": 4
          }
        }
      }
    }
  ]
}

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-getstoreinformation-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.