BigCommerce · Example Payload

Bigcommerce Getsettingsrobotstxt Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Getsettingsrobotstxt 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": "getSettingsRobotsTxt",
  "method": "GET",
  "path": "/settings/storefront/robotstxt",
  "summary": "BigCommerce Get Robots.txt Settings",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "example-1",
      "example": {
        "data": {
          "robots_txt_ssl": "string"
        },
        "meta": {}
      }
    }
  ]
}