BigCommerce · Schema

Gift Certificate Request

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
giftCertificateCode string
View JSON Schema on GitHub

JSON Schema

bigcommerce-giftcertificaterequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GiftCertificateRequest",
  "title": "Gift Certificate Request",
  "type": "object",
  "properties": {
    "giftCertificateCode": {
      "type": "string",
      "description": ""
    }
  },
  "x-internal": false
}