PayPal · Schema
Item Information
The information for a purchased item in a disputed transaction.
BillingCommerceDisputesInvoicesOrderPaymentsPayoutsSubscriptionTokensWebhook
Properties
| Name | Type | Description |
|---|---|---|
| item_id | string | The item ID. If the merchant provides multiple pieces of evidence and the transaction has multiple item IDs, the merchant can use this value to associate a piece of evidence with an item ID. |
| item_name | string | The item name. |
| item_description | string | The item description. |
| item_quantity | string | The count of the item in the dispute. Must be a whole number. |
| partner_transaction_id | string | The ID of the transaction in the partner system. The partner transaction ID is returned at an item level because the partner might show different transactions for different items in the cart. |
| reason | object | |
| dispute_amount | object | The amount of the item in the dispute. |
| notes | string | Any notes provided with the item. |
| item_type | object | |
| product_details | object | |
| service_details | object | |
| booking_details | object | |
| digital_download_details | object | |
| cancellation_details | object | |
| agreed_refund_details | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/item_info",
"title": "Item Information",
"type": "object",
"description": "The information for a purchased item in a disputed transaction.",
"properties": {
"item_id": {
"type": "string",
"minLength": 1,
"maxLength": 255,
"pattern": "^[A-Za-z0-9]+$",
"description": "The item ID. If the merchant provides multiple pieces of evidence and the transaction has multiple item IDs, the merchant can use this value to associate a piece of evidence with an item ID."
},
"item_name": {
"type": "string",
"minLength": 1,
"maxLength": 2000,
"description": "The item name."
},
"item_description": {
"type": "string",
"minLength": 1,
"maxLength": 2000,
"description": "The item description."
},
"item_quantity": {
"type": "string",
"description": "The count of the item in the dispute. Must be a whole number.",
"minLength": 1,
"maxLength": 10,
"pattern": "^[1-9][0-9]{0,9}$"
},
"partner_transaction_id": {
"type": "string",
"minLength": 1,
"maxLength": 255,
"pattern": "^[A-Za-z0-9]+$",
"description": "The ID of the transaction in the partner system. The partner transaction ID is returned at an item level because the partner might show different transactions for different items in the cart."
},
"reason": {
"$ref": "#/components/schemas/dispute_reason"
},
"dispute_amount": {
"$ref": "#/components/schemas/money",
"description": "The amount of the item in the dispute.",
"readOnly": true
},
"notes": {
"type": "string",
"minLength": 1,
"maxLength": 2000,
"description": "Any notes provided with the item."
},
"item_type": {
"$ref": "#/components/schemas/item_type"
},
"product_details": {
"$ref": "#/components/schemas/item_product_details"
},
"service_details": {
"$ref": "#/components/schemas/item_service_details"
},
"booking_details": {
"$ref": "#/components/schemas/item_booking_details"
},
"digital_download_details": {
"$ref": "#/components/schemas/item_digital_download_details"
},
"cancellation_details": {
"$ref": "#/components/schemas/item_cancellation_details"
},
"agreed_refund_details": {
"$ref": "#/components/schemas/item_agreed_refund_details"
}
}
}
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-item-info"
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.