BigCommerce · Example Payload

Bigcommerce Getstoreinformation Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

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
          }
        }
      }
    }
  ]
}