BigCommerce · Schema

Coupon Code Request

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
coupon_code string Coupon codes have a 50-character limit.
View JSON Schema on GitHub

JSON Schema

bigcommerce-couponcoderequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CouponCodeRequest",
  "title": "Coupon Code Request",
  "type": "object",
  "properties": {
    "coupon_code": {
      "type": "string",
      "description": "Coupon codes have a 50-character limit."
    }
  },
  "x-internal": false
}