BigCommerce · Schema

Gift Certificate

A gift-certificate model.

E-CommerceRetailCatalogOrderCheckoutPaymentsSoftware-as-a-Service

Properties

Name Type Description
code string The gift-certificate code.
original_balance number The balance on a gift certificate when it was purchased.
starting_balance number The balance on a gift certificate at the time of this purchase.
remaining_balance number The remaining balance on a gift certificate.
status string The status of a gift certificate: `active` - gift certificate is active; `pending` - gift certificate purchase is pending; `disabled` - gift certificate is disabled; `expired` - gift certificate is ex
View JSON Schema on GitHub

JSON Schema

bigcommerce-giftcertificate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GiftCertificate",
  "title": "Gift Certificate",
  "type": "object",
  "description": "A gift-certificate model.",
  "x-internal": false,
  "properties": {
    "code": {
      "description": "The gift-certificate code.\n",
      "type": "string",
      "example": "MB345"
    },
    "original_balance": {
      "type": "number",
      "description": "The balance on a gift certificate when it was purchased.\n",
      "format": "float",
      "example": 100,
      "minimum": 0,
      "maximum": 21474836.47
    },
    "starting_balance": {
      "type": "number",
      "description": "The balance on a gift certificate at the time of this purchase.\n",
      "format": "float",
      "example": 100,
      "minimum": 0
    },
    "remaining_balance": {
      "description": "The remaining balance on a gift certificate.\n",
      "type": "number",
      "format": "float",
      "example": 35.42
    },
    "status": {
      "description": "The status of a gift certificate: `active` - gift certificate is active; `pending` - gift certificate purchase is pending; `disabled` - gift certificate is disabled; `expired` - gift certificate is expired.\n",
      "type": "string",
      "enum": [
        "active",
        "pending",
        "disabled",
        "expired"
      ]
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/bigcommerce-giftcertificate"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.