Handmade Plastic Pizza
Ernser, Corkery and Gorczany
USD232.79
In stock
★ 4.0 (135)
The Horizontal incremental throughput Cheese offers reliable performance and well-off design
- Category
- home
products / #133
Ernser, Corkery and Gorczany
USD232.79
In stock
★ 4.0 (135)
The Horizontal incremental throughput Cheese offers reliable performance and well-off design
curl -sS \
"https://example-data.com/api/v1/products/133" \
-H "Accept: application/json"const res = await fetch(
"https://example-data.com/api/v1/products/133"
);
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/133"
);
const product = (await res.json()) as Product;import requests
res = requests.get(
"https://example-data.com/api/v1/products/133"
)
product = res.json() {
"id": 133,
"sku": "BB46H56PSG",
"name": "Handmade Plastic Pizza",
"slug": "handmade-plastic-pizza-133",
"description": "The Horizontal incremental throughput Cheese offers reliable performance and well-off design",
"category": "home",
"brand": "Ernser, Corkery and Gorczany",
"price": 232.79,
"salePrice": null,
"currency": "USD",
"inStock": true,
"stockCount": 330,
"rating": 4,
"ratingCount": 135,
"imageUrl": "https://picsum.photos/seed/product-133/800/800",
"createdAt": "2026-03-23T07:06:14.643Z",
"updatedAt": "2026-04-11T05:13:35.603Z"
}