WooCommerce · Example Payload

Woocommerce Store Api Store Product Tag Example

A sample description

eCommerceOpen SourceOrdersProductsWordPress

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

Top-level fields

idnameslugdescriptioncountlink

Example Payload

Raw ↑
{
  "id": 1,
  "name": "Example Name",
  "slug": "string-value",
  "description": "A sample description",
  "count": 1,
  "link": "https://example.com/path"
}