ChargeDesk · Schema

Product

A product or pricing plan in ChargeDesk

PaymentsBillingSubscriptionChargesRefundsCustomer ManagementPayment GatewayHelpdesk IntegrationREST API

Properties

Name Type Description
id string Unique identifier assigned by ChargeDesk
object string
product_id string Product identifier (from your system or gateway)
name string Product name
description string Product description
url string Product URL
amount number Product price amount
currency string 3-letter ISO currency code
interval string Billing interval for recurring products
trial_period_days integer Number of trial days
billing_cycles_total integer Total number of billing cycles (0 = unlimited)
setup_amount number One-time setup fee amount
chargeable boolean Whether the product can be charged immediately
View JSON Schema on GitHub

JSON Schema

product.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.chargedesk.com/v1/schema/product",
  "title": "Product",
  "description": "A product or pricing plan in ChargeDesk",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier assigned by ChargeDesk"
    },
    "object": {
      "type": "string",
      "const": "product"
    },
    "product_id": {
      "type": "string",
      "description": "Product identifier (from your system or gateway)"
    },
    "name": {
      "type": "string",
      "description": "Product name"
    },
    "description": {
      "type": "string",
      "description": "Product description"
    },
    "url": {
      "type": "string",
      "format": "uri",
      "description": "Product URL"
    },
    "amount": {
      "type": "number",
      "description": "Product price amount"
    },
    "currency": {
      "type": "string",
      "description": "3-letter ISO currency code",
      "minLength": 3,
      "maxLength": 3
    },
    "interval": {
      "type": "string",
      "description": "Billing interval for recurring products",
      "enum": ["day", "week", "month", "year"]
    },
    "trial_period_days": {
      "type": "integer",
      "description": "Number of trial days",
      "minimum": 0
    },
    "billing_cycles_total": {
      "type": "integer",
      "description": "Total number of billing cycles (0 = unlimited)",
      "minimum": 0
    },
    "setup_amount": {
      "type": "number",
      "description": "One-time setup fee amount",
      "minimum": 0
    },
    "chargeable": {
      "type": "boolean",
      "description": "Whether the product can be charged immediately"
    }
  },
  "required": ["product_id"]
}

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/product"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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