WooCommerce · Example Payload

Woocommerce Store Api Store Product Attribute Example

eCommerceOpen SourceOrdersProductsWordPress

Woocommerce Store Api Store Product Attribute 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

idnametaxonomyhas_archivesordercount

Example Payload

Raw ↑
{
  "id": 1,
  "name": "Example Name",
  "taxonomy": "string-value",
  "has_archives": true,
  "order": "string-value",
  "count": 1
}