eBay · Schema

CreateGuestCheckoutSessionRequestV2

A type that defines the fields used to create an eBay guest checkout session.

AuctionsCommerceProductMarketplaceFortune 500

Properties

Name Type Description
contactEmail string The buyer's email address.
lineItemInputs array An array used to define the line item(s) and desired quantity for an eBay guest checkout session.

Maximum: 10 line items
shippingAddress object A container that defines the shipping address for an eBay guest checkout session.

The Order API supports only domestic shipping. For example, an item purchased on the EBAY_DE marke
View JSON Schema on GitHub

JSON Schema

ebay-createguestcheckoutsessionrequestv2-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateGuestCheckoutSessionRequestV2",
  "title": "CreateGuestCheckoutSessionRequestV2",
  "type": "object",
  "properties": {
    "contactEmail": {
      "type": "string",
      "description": "The buyer's email address."
    },
    "lineItemInputs": {
      "type": "array",
      "description": "An array used to define the line item(s) and desired quantity for an eBay guest checkout session.<br><br><b>Maximum:</b> 10 line items",
      "items": {
        "$ref": "#/components/schemas/LineItemInput"
      }
    },
    "shippingAddress": {
      "description": "A container that defines the shipping address for an eBay guest checkout session.<br><br>The Order API supports only domestic shipping. For example, an item purchased on the <code>EBAY_DE</code> marketplace can be shipped only to an address in Germany.<br><br><span class=\"tablenote\"><b>Note:</b> If the address cannot be validated, a warning message is  returned along with the response.</span>",
      "$ref": "#/components/schemas/ShippingAddress"
    }
  },
  "description": "A type that defines the fields used to create an eBay guest checkout session."
}

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-createguestcheckoutsessionrequestv2"
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.