BigCommerce · Schema

Contact Entity

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
email string Contact's email address.
name string Contact's name.
View JSON Schema on GitHub

JSON Schema

bigcommerce-requestlineitemgiftcertificatesender-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/requestLineItemGiftCertificateSender",
  "title": "Contact Entity",
  "type": "object",
  "properties": {
    "email": {
      "type": "string",
      "description": "Contact's email address.",
      "format": "email"
    },
    "name": {
      "type": "string",
      "description": "Contact's name."
    }
  },
  "x-internal": false
}