WooCommerce · Example Payload

Woocommerce Store Api Store Product Example

A sample description

Example Name

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

Top-level fields

idnameslugparenttypevariationpermalinkskushort_descriptiondescriptionon_salepricespurchasableimagescategoriestagsattributesaverage_ratingreview_countis_in_stocklow_stock_remainingsold_individuallyadd_to_cart

Example Payload

Raw ↑
{
  "id": 1,
  "name": "Example Name",
  "slug": "string-value",
  "parent": 1,
  "type": "standard",
  "variation": "string-value",
  "permalink": "https://example.com/path",
  "sku": "string-value",
  "short_description": "A sample description",
  "description": "A sample description",
  "on_sale": true,
  "prices": {
    "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"
  },
  "purchasable": true,
  "images": [
    "string-value"
  ],
  "categories": [
    {
      "id": 1,
      "name": "Example Name",
      "slug": "string-value",
      "link": "https://example.com/path"
    }
  ],
  "tags": [
    {
      "id": 1,
      "name": "Example Name",
      "slug": "string-value",
      "link": "https://example.com/path"
    }
  ],
  "attributes": [
    {
      "id": 1,
      "name": "Example Name",
      "taxonomy": "string-value",
      "has_variations": true,
      "terms": [
        {
          "id": {},
          "name": {},
          "slug": {}
        }
      ]
    }
  ],
  "average_rating": "string-value",
  "review_count": 1,
  "is_in_stock": true,
  "low_stock_remaining": 1,
  "sold_individually": true,
  "add_to_cart": {
    "text": "string-value",
    "description": "A sample description",
    "url": "https://example.com/path"
  }
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/woocommerce-store-api-store-product-example"
All examples
curl "https://apis.io/api/v1/examples?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.