WooCommerce · Example Payload

Woocommerce Rest Api Product Category Input Example

A sample description

eCommerceOpen SourceOrdersProductsWordPress

Woocommerce Rest Api Product Category Input 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

nameslugparentdescriptiondisplay

Example Payload

Raw ↑
{
  "name": "Example Name",
  "slug": "string-value",
  "parent": 1,
  "description": "A sample description",
  "display": "default"
}