Etsy · Schema

ListingBuyerPrice

The buyer-facing price for a listing, including VAT, inclusive shipping (UK), and active promotions.

MarketplaceE-CommerceHandmadeListingsOrderPaymentsReviewsShippingTaxonomyAuthentication

Properties

Name Type Description
base_price object The pre-discount listing price with VAT applied, excluding shipping. When a promotion is active, this is the price before the discount is applied.
shipping_cost object The shipping cost to the buyer's country. Includes VAT where applicable. Null when shipping is free or unavailable — use is_free_shipping to distinguish.
is_free_shipping boolean Whether shipping is free to the buyer's country.
original_price object The display price. For UK buyers, includes base + shipping (DMCC). For others, base price only.
discounted_price object The sale price. For UK buyers, includes base + shipping. For others, base price only. Null if no active promotion.
discount_amount object The discount amount as money (original_price - discounted_price). Null if no active promotion.
discount_percentage integer The discount percentage (e.g. 20 for 20% off). Null if no active promotion or if the promotion is a fixed-amount discount.
has_discount boolean Whether an active promotion applies to this listing.
discount_start_epoch integer The start timestamp of the active promotion. Null if no active promotion.
discount_end_epoch integer The end timestamp of the active promotion. Null if no active promotion.
View JSON Schema on GitHub

JSON Schema

open-api-v3-listing-buyer-price-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ListingBuyerPrice",
  "description": "The buyer-facing price for a listing, including VAT, inclusive shipping (UK), and active promotions.",
  "$id": "https://raw.githubusercontent.com/api-evangelist/etsy/refs/heads/main/json-schema/open-api-v3-listing-buyer-price-schema.json",
  "type": "object",
  "properties": {
    "base_price": {
      "description": "The pre-discount listing price with VAT applied, excluding shipping. When a promotion is active, this is the price before the discount is applied.",
      "oneOf": [
        {
          "$ref": "#/components/schemas/Money"
        }
      ],
      "example": "example"
    },
    "shipping_cost": {
      "description": "The shipping cost to the buyer's country. Includes VAT where applicable. Null when shipping is free or unavailable \u2014 use is_free_shipping to distinguish.",
      "oneOf": [
        {
          "$ref": "#/components/schemas/Money"
        }
      ],
      "nullable": true,
      "example": "example"
    },
    "is_free_shipping": {
      "type": "boolean",
      "description": "Whether shipping is free to the buyer's country.",
      "example": true
    },
    "original_price": {
      "description": "The display price. For UK buyers, includes base + shipping (DMCC). For others, base price only.",
      "oneOf": [
        {
          "$ref": "#/components/schemas/Money"
        }
      ],
      "example": "example"
    },
    "discounted_price": {
      "description": "The sale price. For UK buyers, includes base + shipping. For others, base price only. Null if no active promotion.",
      "oneOf": [
        {
          "$ref": "#/components/schemas/Money"
        }
      ],
      "nullable": true,
      "example": "example"
    },
    "discount_amount": {
      "description": "The discount amount as money (original_price - discounted_price). Null if no active promotion.",
      "oneOf": [
        {
          "$ref": "#/components/schemas/Money"
        }
      ],
      "nullable": true,
      "example": "example"
    },
    "discount_percentage": {
      "type": "integer",
      "description": "The discount percentage (e.g. 20 for 20% off). Null if no active promotion or if the promotion is a fixed-amount discount.",
      "nullable": true,
      "example": 1
    },
    "has_discount": {
      "type": "boolean",
      "description": "Whether an active promotion applies to this listing.",
      "example": true
    },
    "discount_start_epoch": {
      "type": "integer",
      "description": "The start timestamp of the active promotion. Null if no active promotion.",
      "nullable": true,
      "example": 1758153645
    },
    "discount_end_epoch": {
      "type": "integer",
      "description": "The end timestamp of the active promotion. Null if no active promotion.",
      "nullable": true,
      "example": 1758153645
    }
  }
}

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/open-api-v3-listing-buyer-price"
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.