BigCommerce · Schema

consent_Full

Response payload for the BigCommerce API.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
allow object
deny object
updated_at string The date of which the customer consent was last updated.
View JSON Schema on GitHub

JSON Schema

bigcommerce-consent-full-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/consent_Full",
  "title": "consent_Full",
  "description": "Response payload for the BigCommerce API.",
  "type": "object",
  "properties": {
    "allow": {
      "$ref": "#/components/schemas/consentAllow"
    },
    "deny": {
      "$ref": "#/components/schemas/Deny"
    },
    "updated_at": {
      "description": "The date of which the customer consent was last updated.",
      "type": "string",
      "format": "date-time"
    }
  },
  "x-internal": false
}