BigCommerce · Example Payload

Bigcommerce Postcookieconsent Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Postcookieconsent 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": "postCookieConsent",
  "method": "POST",
  "path": "/consent",
  "summary": "BigCommerce Set Cookie Consent Preferences",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "Example",
      "example": {
        "allow": [
          2,
          3
        ],
        "deny": [
          4
        ]
      }
    }
  ],
  "responseExamples": []
}