eBay · Schema

EbayCollectedCharges

This type contains the breakdown of costs that are collected by eBay from the buyer.

AuctionsCommerceProductsMarketplaceFortune 500

Properties

Name Type Description
ebayShipping object This container consists of costs related to eBay Shipping collected by eBay from the buyer of this order.
View JSON Schema on GitHub

JSON Schema

ebay-ebaycollectedcharges-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EbayCollectedCharges",
  "title": "EbayCollectedCharges",
  "type": "object",
  "properties": {
    "ebayShipping": {
      "description": "This container consists of costs related to eBay Shipping collected by eBay from the buyer of this order.",
      "$ref": "#/components/schemas/Amount"
    }
  },
  "description": "This type contains the breakdown of costs that are collected by eBay from the buyer."
}