BigCommerce · Example Payload

Bigcommerce Createbanner Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Createbanner 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": "createBanner",
  "method": "POST",
  "path": "/banners",
  "summary": "BigCommerce Create 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"
      }
    }
  ]
}