WooCommerce · Example Payload

Woocommerce Store Api Attribute Term Example

A sample description

eCommerceOpen SourceOrdersProductsWordPress

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

Top-level fields

idnameslugdescriptioncount

Example Payload

Raw ↑
{
  "id": 1,
  "name": "Example Name",
  "slug": "string-value",
  "description": "A sample description",
  "count": 1
}