BigCommerce · Example Payload

Bigcommerce Getpages Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Getpages 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": "getPages",
  "method": "GET",
  "path": "/pages",
  "summary": "BigCommerce Get All Pages",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "Example",
      "example": [
        {
          "id": 6,
          "parent_id": 5,
          "type": "page",
          "contact_fields": "fullname,companyname,phone,orderno,rma",
          "email": "janedoes@example.com",
          "name": "Contact Form",
          "url": "/contact-us/",
          "meta_description": "",
          "body": "We are happy to answer questions or help you with...",
          "mobile_body": "",
          "feed": "",
          "link": "",
          "has_mobile_version": false,
          "is_visible": true,
          "is_homepage": false,
          "layout_file": "page.html",
          "sort_order": 3,
          "meta_title": "",
          "search_keywords": "",
          "meta_keywords": ""
        }
      ]
    }
  ]
}