BigCommerce · Example Payload

Bigcommerce Updatesettingsstorefrontseo Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Updatesettingsstorefrontseo 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": "updateSettingsStorefrontSeo",
  "method": "PUT",
  "path": "/settings/storefront/seo",
  "summary": "BigCommerce Update Storefront SEO Settings",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "example-1",
      "example": {
        "meta_description": "Your BigCommerce Store",
        "meta_keywords": "",
        "page_title": "New BigCommerce Store",
        "www_redirect": "no-www"
      }
    }
  ],
  "responseExamples": []
}