BigCommerce · Example Payload

Bigcommerce Getbanner Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Getbanner 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": "getBanner",
  "method": "GET",
  "path": "/banners/{id}",
  "summary": "BigCommerce Get a Banner",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": 1,
        "name": "Sale Banner",
        "content": "<p> Sale! Tuesday at 9am! </p>",
        "page": "home_page",
        "item_id": "0",
        "location": "top",
        "date_created": "1522169082",
        "date_type": "always",
        "date_from": "0",
        "date_to": "0",
        "visible": "1"
      }
    }
  ]
}