WooCommerce · Example Payload

Woocommerce Rest Api Customer Download Example

eCommerceOpen SourceOrdersProductsWordPress

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

Top-level fields

download_iddownload_urlproduct_idproduct_namedownload_nameorder_idorder_keydownloads_remainingaccess_expiresfile

Example Payload

Raw ↑
{
  "download_id": "500123",
  "download_url": "https://example.com/path",
  "product_id": 1,
  "product_name": "Example Name",
  "download_name": "Example Name",
  "order_id": 1,
  "order_key": "string-value",
  "downloads_remaining": "string-value",
  "access_expires": "2026-05-03T14:30:00Z",
  "file": {
    "name": "Example Name",
    "file": "https://example.com/path"
  }
}