PayPal · Schema
Create Product Request
The create product request details.
BillingCommerceDisputesInvoicesOrderPaymentsPayoutsSubscriptionTokensWebhook
Properties
| Name | Type | Description |
|---|---|---|
| id | string | The ID of the product. You can specify the SKU for the product. If you omit the ID, the system generates it. System-generated IDs have the `PROD-` prefix. |
| name | string | The product name. |
| description | string | The product description. |
| type | string | The product type. Indicates whether the product is physical or digital goods, or a service. |
| category | object | |
| image_url | string | The image URL for the product. |
| home_url | string | The home page URL for the product. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/product_request_POST",
"title": "Create Product Request",
"description": "The create product request details.",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The ID of the product. You can specify the SKU for the product. If you omit the ID, the system generates it. System-generated IDs have the `PROD-` prefix.",
"minLength": 6,
"maxLength": 50
},
"name": {
"type": "string",
"description": "The product name.",
"minLength": 1,
"maxLength": 127
},
"description": {
"type": "string",
"description": "The product description.",
"minLength": 1,
"maxLength": 256
},
"type": {
"type": "string",
"description": "The product type. Indicates whether the product is physical or digital goods, or a service.",
"minLength": 1,
"maxLength": 24,
"pattern": "^[A-Z_]+$",
"default": "PHYSICAL",
"enum": [
"PHYSICAL",
"DIGITAL",
"SERVICE"
]
},
"category": {
"$ref": "#/components/schemas/product_category"
},
"image_url": {
"type": "string",
"format": "uri",
"minLength": 1,
"maxLength": 2000,
"description": "The image URL for the product."
},
"home_url": {
"type": "string",
"format": "uri",
"minLength": 1,
"maxLength": 2000,
"description": "The home page URL for the product."
}
},
"required": [
"name",
"type"
]
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/paypal-product-request-post"
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.