Etsy · JSON Structure

Open Api V3 Listing Buyer Price Structure

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

Type: object Properties: 10
MarketplaceE-CommerceHandmadeListingsOrderPaymentsReviewsShippingTaxonomyAuthentication

ListingBuyerPrice is a JSON Structure definition published by Etsy, describing 10 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

base_price shipping_cost is_free_shipping original_price discounted_price discount_amount discount_percentage has_discount discount_start_epoch discount_end_epoch

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/etsy/refs/heads/main/json-structure/open-api-v3-listing-buyer-price-structure.json",
  "name": "ListingBuyerPrice",
  "description": "The buyer-facing price for a listing, including VAT, inclusive shipping (UK), and active promotions.",
  "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": "int32",
      "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": "int32",
      "description": "The start timestamp of the active promotion. Null if no active promotion.",
      "nullable": true,
      "example": 1758153645
    },
    "discount_end_epoch": {
      "type": "int32",
      "description": "The end timestamp of the active promotion. Null if no active promotion.",
      "nullable": true,
      "example": 1758153645
    }
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/open-api-v3-listing-buyer-price-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.