BigCommerce · Schema

DeclareCustomerConsentRequest

Request payload for the BigCommerce API.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
allow object
deny object
View JSON Schema on GitHub

JSON Schema

bigcommerce-declarecustomerconsentrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DeclareCustomerConsentRequest",
  "title": "DeclareCustomerConsentRequest",
  "description": "Request payload for the BigCommerce API.",
  "type": "object",
  "properties": {
    "allow": {
      "$ref": "#/components/schemas/consentAllow"
    },
    "deny": {
      "$ref": "#/components/schemas/Deny"
    }
  },
  "x-internal": false
}