BigCommerce · Example Payload

Bigcommerce Getsettingsstorefrontseo Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Getsettingsstorefrontseo 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": "getSettingsStorefrontSeo",
  "method": "GET",
  "path": "/settings/storefront/seo",
  "summary": "BigCommerce Get Storefront SEO Settings",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "example-1",
      "example": {
        "data": {
          "meta_description": "Your BigCommerce Store",
          "meta_keywords": "",
          "page_title": "BigCommerce Store",
          "www_redirect": "no-www"
        },
        "meta": {}
      }
    }
  ]
}