eBay · Schema
GuestCheckoutSessionResponseV2
Guest session response v2
AuctionsCommerceProductMarketplaceFortune 500
Properties
| Name | Type | Description |
|---|---|---|
| appliedCoupons | array | A container that returns the information for the coupons that were applied in the guest checkout session. |
| checkoutSessionId | string | The eBay-assigned guest checkout session ID. This ID is created after a successful initiateGuestCheckoutSession call. |
| lineItems | array | An array of line items associated with the guest checkout session. |
| pricingSummary | object | A container that breaks down the costs for the order, including total cost, shipping cost, tax, fees, and any discounts. |
| shippingAddress | object | A container that returns the address to which the purchase order will be shipped. |
| warnings | array | An array of errors or warnings that were generated during the method processing. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/GuestCheckoutSessionResponseV2",
"title": "GuestCheckoutSessionResponseV2",
"type": "object",
"properties": {
"appliedCoupons": {
"type": "array",
"description": "A container that returns the information for the coupons that were applied in the guest checkout session.",
"items": {
"$ref": "#/components/schemas/Coupon"
}
},
"checkoutSessionId": {
"type": "string",
"description": "The eBay-assigned guest checkout session ID. This ID is created after a successful <b>initiateGuestCheckoutSession</b> call."
},
"lineItems": {
"type": "array",
"description": "An array of line items associated with the guest checkout session.",
"items": {
"$ref": "#/components/schemas/LineItem"
}
},
"pricingSummary": {
"description": "A container that breaks down the costs for the order, including total cost, shipping cost, tax, fees, and any discounts.",
"$ref": "#/components/schemas/PricingSummaryV2"
},
"shippingAddress": {
"description": "A container that returns the address to which the purchase order will be shipped.",
"$ref": "#/components/schemas/ShippingAddress"
},
"warnings": {
"type": "array",
"description": "An array of errors or warnings that were generated during the method processing.",
"items": {
"$ref": "#/components/schemas/Error"
}
}
},
"description": "Guest session response v2 "
}
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/ebay-guestcheckoutsessionresponsev2"
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.