WooCommerce · Example Payload

Woocommerce Rest Api Product Attribute Example

eCommerceOpen SourceOrdersProductsWordPress

Woocommerce Rest Api 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

idnamepositionvisiblevariationoptions

Example Payload

Raw ↑
{
  "id": 1,
  "name": "Example Name",
  "position": 1,
  "visible": true,
  "variation": true,
  "options": [
    "string-value"
  ]
}