BigCommerce · Schema

EmailTemplatesCollection

A collection of all email templates.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
View JSON Schema on GitHub

JSON Schema

bigcommerce-emailtemplatescollection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EmailTemplatesCollection",
  "title": "EmailTemplatesCollection",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/EmailTemplate"
  },
  "description": "A collection of all email templates.",
  "x-internal": false
}