eBay · Schema

InfoFromBuyer

This container is returned if the buyer is returning one or more line items in an order that is associated with the payment dispute, and that buyer has provided return shipping tracking information and/or a note about the return.

AuctionsCommerceProductMarketplaceFortune 500

Properties

Name Type Description
contentOnHold boolean When the value of this field is true it indicates that the buyer's note regarding the payment dispute (i.e., the buyerProvided.note field,) is on hold. When this is the case, the <
note string This field shows any note that was left by the buyer in regard to the dispute.
returnShipmentTracking array This array shows shipment tracking information for one or more shipping packages being returned to the buyer after a payment dispute.
View JSON Schema on GitHub

JSON Schema

ebay-infofrombuyer-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InfoFromBuyer",
  "title": "InfoFromBuyer",
  "type": "object",
  "properties": {
    "contentOnHold": {
      "type": "boolean",
      "description": "When the value of this field is <code>true</code> it indicates that the buyer's note regarding the payment dispute (i.e., the <b>buyerProvided.note</b> field,) is on hold. When this is the case, the <b>buyerProvided.note</b> field will not be returned.<br><br>When the value of this field is <code>false</code>, it is not returned."
    },
    "note": {
      "type": "string",
      "description": "This field shows any note that was left by the buyer in regard to the dispute."
    },
    "returnShipmentTracking": {
      "type": "array",
      "description": "This array shows shipment tracking information for one or more shipping packages being returned to the buyer after a payment dispute.",
      "items": {
        "$ref": "#/components/schemas/TrackingInfo"
      }
    }
  },
  "description": "This container is returned if the buyer is returning one or more line items in an order that is associated with the payment dispute, and that buyer has provided return shipping tracking information and/or a note about the return."
}

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/ebay-infofrombuyer"
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.