WooCommerce · Example Payload

Woocommerce Rest Api Tax Rate Example

eCommerceOpen SourceOrdersProductsWordPress

Woocommerce Rest Api Tax Rate Example is an example object payload from WooCommerce, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idcountrystatepostcodecityratenameprioritycompoundshippingclass

Example Payload

Raw ↑
{
  "id": 1,
  "country": "string-value",
  "state": "string-value",
  "postcode": "string-value",
  "city": "string-value",
  "rate": "string-value",
  "name": "Example Name",
  "priority": 1,
  "compound": true,
  "shipping": true,
  "class": "string-value"
}