WooCommerce · Example Payload

Woocommerce Store Api Store Brand Example

A sample description

eCommerceOpen SourceOrdersProductsWordPress

Woocommerce Store Api Store Brand 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

idnameslugdescriptionimage

Example Payload

Raw ↑
{
  "id": 1,
  "name": "Example Name",
  "slug": "string-value",
  "description": "A sample description",
  "image": {
    "id": 1,
    "src": "https://example.com/path",
    "thumbnail": "https://example.com/path",
    "srcset": "string-value",
    "sizes": "string-value",
    "name": "Example Name",
    "alt": "string-value"
  }
}