example-data.com

products / #187

Unbranded Marble Chicken

Unbranded Marble Chicken

Wilkinson - Effertz

USD318.05 USD211.17

In stock

★ 1.5 (2163)

The Horizontal discrete hardware Cheese offers reliable performance and wide design

Category
books

Component variants

Related

curl -sS \
  "https://example-data.com/api/v1/products/187" \
  -H "Accept: application/json"
const res = await fetch(
  "https://example-data.com/api/v1/products/187"
);
const product = await res.json();
import type { Product } from "https://example-data.com/types/products.d.ts";

const res = await fetch(
  "https://example-data.com/api/v1/products/187"
);
const product = (await res.json()) as Product;
import requests

res = requests.get(
    "https://example-data.com/api/v1/products/187"
)
product = res.json()
{
  "id": 187,
  "sku": "I3A7CDZ6AE",
  "name": "Unbranded Marble Chicken",
  "slug": "unbranded-marble-chicken-187",
  "description": "The Horizontal discrete hardware Cheese offers reliable performance and wide design",
  "category": "books",
  "brand": "Wilkinson - Effertz",
  "price": 318.05,
  "salePrice": 211.17,
  "currency": "USD",
  "inStock": true,
  "stockCount": 399,
  "rating": 1.5,
  "ratingCount": 2163,
  "imageUrl": "https://picsum.photos/seed/product-187/800/800",
  "createdAt": "2025-04-24T00:39:21.118Z",
  "updatedAt": "2025-07-01T04:38:31.255Z"
}
Draftbit