Handcrafted Marble Pizza
Zboncak - Watsica
USD265.39
In stock
★ 2.9 (4728)
The Horizontal 24 hour strategy Bacon offers reliable performance and near design
- Category
- beauty
products / #192
Zboncak - Watsica
USD265.39
In stock
★ 2.9 (4728)
The Horizontal 24 hour strategy Bacon offers reliable performance and near design
curl -sS \
"https://example-data.com/api/v1/products/192" \
-H "Accept: application/json"const res = await fetch(
"https://example-data.com/api/v1/products/192"
);
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/192"
);
const product = (await res.json()) as Product;import requests
res = requests.get(
"https://example-data.com/api/v1/products/192"
)
product = res.json() {
"id": 192,
"sku": "8M94MMENAJ",
"name": "Handcrafted Marble Pizza",
"slug": "handcrafted-marble-pizza-192",
"description": "The Horizontal 24 hour strategy Bacon offers reliable performance and near design",
"category": "beauty",
"brand": "Zboncak - Watsica",
"price": 265.39,
"salePrice": null,
"currency": "USD",
"inStock": true,
"stockCount": 364,
"rating": 2.9,
"ratingCount": 4728,
"imageUrl": "https://picsum.photos/seed/product-192/800/800",
"createdAt": "2026-01-01T15:50:24.687Z",
"updatedAt": "2026-01-05T17:01:41.683Z"
}