eBay · Schema

PricingSummaryV2

A type that returns cost details for all of the line items in the order, such as tax, item price, delivery cost, and discounts.

AuctionsCommerceProductMarketplaceFortune 500

Properties

Name Type Description
additionalSavings object The total amount of the coupon discounts in the purchase order.
adjustment object The total amount of any seller adjustments. An adjustment can be a credit or debit. This is used to catch any monetary changes to the order that are not already captured in one of the other fields.
deliveryCost object The delivery cost for all of the line items, after any delivery discounts are applied.

For example, there are four line items, and the delivery cost for each line item is $5. One of the line it
fee object The total amount of any fees for all the line items in the order, such as a recycling fee.
importCharges object The sum of all Global Shipping Program import charges, for all the line items in the order.
importTax object The type of import tax applicable to the order, and the total amount of tax for all line items in the order.
priceDiscount object The total discount amount for all line items in the order.

For example, there are four line items in the order. Two of the line items qualify for a Buy 1, Get 1 offer, which is a $6 and
priceSubtotal object The total cost for all line items in the order, taking into account the item quantity, but before adding taxes and delivery costs, or applying discounts, fees, and adjustments.

tax
object The total amount of taxes for all line items in the order.
total object The total cost of the order, which includes: (priceSubtotal - priceDiscount) + deliveryCost + tax +/- adjustment + fee + importCharges - additionalS
View JSON Schema on GitHub

JSON Schema

ebay-pricingsummaryv2-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PricingSummaryV2",
  "title": "PricingSummaryV2",
  "type": "object",
  "properties": {
    "additionalSavings": {
      "description": "The total amount of the coupon discounts in the purchase order.",
      "$ref": "#/components/schemas/Amount"
    },
    "adjustment": {
      "description": "The total amount of any seller adjustments. An adjustment can be a credit or debit. This is used to catch any monetary changes to the order that are not already captured in one of the other fields.",
      "$ref": "#/components/schemas/Adjustment"
    },
    "deliveryCost": {
      "description": "The delivery cost for all of the line items, after any delivery discounts are applied.<br><br>For example, there are four line items, and the delivery cost for each line item is $5. One of the line items qualifies for free delivery. The <b>deliveryCost</b> would be $15, which is the total cost for delivering all of the line items after the discount is applied.<br><br><span class=\"tablenote\"><b>Note:</b> The cost includes the value-added tax (VAT) for applicable jurisdictions when requested from supported marketplaces. In this case, users must pass the <a href=\"/api-docs/static/rest-request-components.html#HTTP\"><code>X-EBAY-C-MARKETPLACE-ID</code></a> request header specifying the supported marketplace (such as <code>EBAY_GB</code>) to see VAT-inclusive pricing. For more information on VAT, refer to <a href=\"https://www.ebay.co.uk/help/listings/default/vat-obligations-eu?id=4650&st=12&pos=1&query=Your%20VAT%20obligations%20in%20the%20EU&intent=VAT\">VAT Obligations in the EU</a>.</span>",
      "$ref": "#/components/schemas/Amount"
    },
    "fee": {
      "description": "The total amount of any fees for all the line items in the order, such as a recycling fee.",
      "$ref": "#/components/schemas/Amount"
    },
    "importCharges": {
      "description": "The sum of all <a href=\"https://pages.ebay.com/seller-center/shipping/global-shipping-program.html\">Global Shipping Program</a> import charges, for all the line items in the order.",
      "$ref": "#/components/schemas/ImportChargesV2"
    },
    "importTax": {
      "description": "The type of import tax applicable to the order, and the total amount of tax for all line items in the order.",
      "$ref": "#/components/schemas/ImportTax"
    },
    "priceDiscount": {
      "description": "The total discount amount for all line items in the order.<br><br>For example, there are four line items in the order. Two of the line items qualify for a <i>Buy 1, Get 1</i> offer, which is a $6 and a $15 discount. The <b>priceDiscount</b> value returned would be 21, which is the total of the two discounts.<br><br><span class=\"tablenote\"><b>Note:</b> Delivery discount amounts, if applicable, are not reflected in the value returned in this field.</span>",
      "$ref": "#/components/schemas/Amount"
    },
    "priceSubtotal": {
      "description": "The total cost for all line items in the order, taking into account the item quantity, but before adding taxes and delivery costs, or applying discounts, fees, and adjustments.<br><br><span class=\"tablenote\"><b>Note:</b> The price includes the value-added tax (VAT) for applicable jurisdictions when requested from supported marketplaces. In this case, users must pass the <a href=\"/api-docs/static/rest-request-components.html#HTTP\"><code>X-EBAY-C-MARKETPLACE-ID</code></a> request header specifying the supported marketplace (such as <code>EBAY_GB</code>) to see VAT-inclusive pricing. For more information on VAT, refer to <a href=\"https://www.ebay.co.uk/help/listings/default/vat-obligations-eu?id=4650&st=12&pos=1&query=Your%20VAT%20obligations%20in%20the%20EU&intent=VAT\">VAT Obligations in the EU</a>.</span>",
      "$ref": "#/components/schemas/Amount"
    },
    "tax": {
      "description": "The total amount of taxes for all line items in the order.",
      "$ref": "#/components/schemas/Amount"
    },
    "total": {
      "description": "The total cost of the order, which includes: (<b>priceSubtotal</b> - <b>priceDiscount</b>) + <b>deliveryCost</b> + <b>tax</b> +/- <b>adjustment</b> + <b>fee</b> + <b>importCharges</b> - <b>additionalSavings</b>.",
      "$ref": "#/components/schemas/Amount"
    }
  },
  "description": "A type that returns cost details for all of the line items in the order, such as tax, item price, delivery cost, and discounts."
}

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