WooCommerce · JSON Structure

Woocommerce Store Api Store Product Price Structure

Formatted price information for a product or variation.

Type: object Properties: 10
E-CommerceOpen-SourceOrderProductWordPress

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

Properties

price regular_price sale_price price_range currency_code currency_symbol currency_decimal_separator currency_thousand_separator currency_prefix currency_suffix

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/woocommerce/refs/heads/main/json-structure/woocommerce-store-api-store-product-price-structure.json",
  "name": "StoreProductPrice",
  "description": "Formatted price information for a product or variation.",
  "type": "object",
  "properties": {
    "price": {
      "type": "string",
      "description": "Current price as a formatted string with currency symbol.",
      "example": "string-value"
    },
    "regular_price": {
      "type": "string",
      "description": "Regular price as a formatted string.",
      "example": "string-value"
    },
    "sale_price": {
      "type": "string",
      "description": "Sale price as a formatted string (empty when not on sale).",
      "example": "string-value"
    },
    "price_range": {
      "type": "object",
      "description": "Price range for variable products.",
      "nullable": true,
      "properties": {
        "min_amount": {
          "type": "string",
          "description": "Minimum variation price."
        },
        "max_amount": {
          "type": "string",
          "description": "Maximum variation price."
        }
      },
      "example": {
        "min_amount": "string-value",
        "max_amount": "string-value"
      }
    },
    "currency_code": {
      "type": "string",
      "description": "ISO 4217 currency code.",
      "example": "string-value"
    },
    "currency_symbol": {
      "type": "string",
      "description": "Currency symbol.",
      "example": "string-value"
    },
    "currency_decimal_separator": {
      "type": "string",
      "description": "Decimal separator character.",
      "example": "string-value"
    },
    "currency_thousand_separator": {
      "type": "string",
      "description": "Thousands separator character.",
      "example": "string-value"
    },
    "currency_prefix": {
      "type": "string",
      "description": "Currency prefix (e.g. $).",
      "example": "string-value"
    },
    "currency_suffix": {
      "type": "string",
      "description": "Currency suffix.",
      "example": "string-value"
    }
  }
}

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/woocommerce-store-api-store-product-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 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.