example-data.com

products / #188

Handmade Granite Towels

Handmade Granite Towels

Dickens - Miller

USD327.15

In stock

★ 1.0 (4829)

Waters - Emard's most advanced Cheese technology increases tedious capabilities

Category
sports

Component variants

Related

curl -sS \
  "https://example-data.com/api/v1/products/188" \
  -H "Accept: application/json"
const res = await fetch(
  "https://example-data.com/api/v1/products/188"
);
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/188"
);
const product = (await res.json()) as Product;
import requests

res = requests.get(
    "https://example-data.com/api/v1/products/188"
)
product = res.json()
{
  "id": 188,
  "sku": "PEZRHMO8ZK",
  "name": "Handmade Granite Towels",
  "slug": "handmade-granite-towels-188",
  "description": "Waters - Emard's most advanced Cheese technology increases tedious capabilities",
  "category": "sports",
  "brand": "Dickens - Miller",
  "price": 327.15,
  "salePrice": null,
  "currency": "USD",
  "inStock": true,
  "stockCount": 300,
  "rating": 1,
  "ratingCount": 4829,
  "imageUrl": "https://picsum.photos/seed/product-188/800/800",
  "createdAt": "2026-03-09T20:56:27.345Z",
  "updatedAt": "2026-04-05T13:58:40.069Z"
}
Draftbit