eBay · Schema

ShippingQuoteRequest

This complex type defines the request body for createShippingQuote. Sellers request a quote for a shipment by defining the "To" and "From" addresses for the package, plus the package's size.

Carriers respond by offering up a "rate" for the service of theirs that best fits seller's needs.

AuctionsCommerceProductMarketplaceFortune 500

Properties

Name Type Description
orders array In this array, the seller specifies one or more orders that will be shipped in the shipping package.

A shipping package can contain any number of line items from one or more orders, providing
packageSpecification object Declares the weight and dimensions of the package.
shipFrom object The address and contact details pertaining to the origin of the shipment.
shipTo object The address and contact details pertaining to the shipment's destination.
View JSON Schema on GitHub

JSON Schema

ebay-shippingquoterequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ShippingQuoteRequest",
  "title": "ShippingQuoteRequest",
  "type": "object",
  "properties": {
    "orders": {
      "type": "array",
      "description": "In this array, the seller specifies one or more orders that will be shipped in the shipping package. <br><br>A shipping package can contain any number of line items from one or more orders, providing they all ship in the same package.  <br><br><b>Maximum list size:</b> 10",
      "items": {
        "$ref": "#/components/schemas/Order"
      }
    },
    "packageSpecification": {
      "description": "Declares the weight and dimensions of the package.",
      "$ref": "#/components/schemas/PackageSpecification"
    },
    "shipFrom": {
      "description": "The address and contact details pertaining to the origin of the shipment.",
      "$ref": "#/components/schemas/Contact"
    },
    "shipTo": {
      "description": "The address and contact details pertaining to the shipment's destination.",
      "$ref": "#/components/schemas/Contact"
    }
  },
  "description": "This complex type defines the request body for <b>createShippingQuote</b>. Sellers <i>request a quote</i> for a shipment by defining the \"To\" and \"From\" addresses for the package, plus the package's size.  <br><br>Carriers respond by offering up a \"rate\" for the service of theirs that best fits seller's needs."
}

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