BigCommerce · Example Payload

Bigcommerce Getblogpostscount Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Getblogpostscount 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": "getBlogPostsCount",
  "method": "GET",
  "path": "/blog/posts/count",
  "summary": "BigCommerce Get A Count of All Blog Posts",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "count": 27
      }
    }
  ]
}