BigCommerce · Example Payload

Bigcommerce Getthemecustomtemplates Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Getthemecustomtemplates 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": "getThemeCustomTemplates",
  "method": "GET",
  "path": "/themes/custom-templates/{version_uuid}",
  "summary": "BigCommerce Get Custom Templates",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "example-1",
      "example": {
        "data": {
          "product": [
            "custom-product-1.html"
          ],
          "category": [],
          "brand": [
            "custom-brand-1.html"
          ],
          "page": [
            "custom-page-1.html",
            "holiday-page.html"
          ]
        },
        "meta": {}
      }
    }
  ]
}