BigCommerce · Example Payload

Bigcommerce Getpage Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Getpage 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": "getPage",
  "method": "GET",
  "path": "/pages/{id}",
  "summary": "BigCommerce Get A Page",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": 1,
        "name": "RSS Syndication",
        "meta_title": "",
        "body": "%%Syndicate%%",
        "is_visible": true,
        "parent_id": 0,
        "sort_order": 5,
        "meta_keywords": "0",
        "type": "page",
        "meta_description": "",
        "is_homepage": false,
        "layout_file": "",
        "is_customers_only": false,
        "search_keywords": "0",
        "has_mobile_version": false,
        "feed": "",
        "link": "",
        "mobile_body": "0",
        "url": "/rss-syndication/"
      }
    }
  ]
}