Urban Outfitters · Schema

CommissionReport

Commission earnings report for an affiliate

RetailFashionApparelE-CommerceAffiliatesMarketplaceFortune 1000

Properties

Name Type Description
affiliateId string Affiliate account identifier
period object Reporting period
totalClicks integer Total affiliate link clicks
totalSales integer Total confirmed sales attributed to affiliate
totalRevenue number Total revenue generated from affiliate sales
totalCommission number Total commission earned
commissionRate number Commission rate (decimal)
currency string Currency for monetary values
View JSON Schema on GitHub

JSON Schema

affiliate-api-commission-report-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/urban-outfitters/refs/heads/main/json-schema/affiliate-api-commission-report-schema.json",
  "title": "CommissionReport",
  "description": "Commission earnings report for an affiliate",
  "type": "object",
  "properties": {
    "affiliateId": {
      "type": "string",
      "description": "Affiliate account identifier",
      "example": "aff-abc123"
    },
    "period": {
      "type": "object",
      "description": "Reporting period",
      "properties": {
        "start": {
          "type": "string",
          "format": "date",
          "example": "2025-01-01"
        },
        "end": {
          "type": "string",
          "format": "date",
          "example": "2025-03-31"
        }
      }
    },
    "totalClicks": {
      "type": "integer",
      "description": "Total affiliate link clicks",
      "example": 1250
    },
    "totalSales": {
      "type": "integer",
      "description": "Total confirmed sales attributed to affiliate",
      "example": 48
    },
    "totalRevenue": {
      "type": "number",
      "description": "Total revenue generated from affiliate sales",
      "example": 2400.0
    },
    "totalCommission": {
      "type": "number",
      "description": "Total commission earned",
      "example": 48.0
    },
    "commissionRate": {
      "type": "number",
      "description": "Commission rate (decimal)",
      "example": 0.02
    },
    "currency": {
      "type": "string",
      "description": "Currency for monetary values",
      "example": "USD"
    }
  }
}

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/affiliate-api-commission-report"
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.