WooCommerce · Example Payload

Woocommerce Store Api Store Product Price Example

eCommerceOpen SourceOrdersProductsWordPress

Woocommerce Store Api Store Product Price Example is an example object payload from WooCommerce, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

priceregular_pricesale_priceprice_rangecurrency_codecurrency_symbolcurrency_decimal_separatorcurrency_thousand_separatorcurrency_prefixcurrency_suffix

Example Payload

Raw ↑
{
  "price": "string-value",
  "regular_price": "string-value",
  "sale_price": "string-value",
  "price_range": {
    "min_amount": "string-value",
    "max_amount": "string-value"
  },
  "currency_code": "string-value",
  "currency_symbol": "string-value",
  "currency_decimal_separator": "string-value",
  "currency_thousand_separator": "string-value",
  "currency_prefix": "string-value",
  "currency_suffix": "string-value"
}