Tasty Granite Chicken
Hegmann - Bode
USD61.69
Out of stock
★ 3.6 (1494)
Bahringer LLC's most advanced Bike technology increases earnest capabilities
- Category
- sports
products / #183
Hegmann - Bode
USD61.69
Out of stock
★ 3.6 (1494)
Bahringer LLC's most advanced Bike technology increases earnest capabilities
curl -sS \
"https://example-data.com/api/v1/products/183" \
-H "Accept: application/json"const res = await fetch(
"https://example-data.com/api/v1/products/183"
);
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/183"
);
const product = (await res.json()) as Product;import requests
res = requests.get(
"https://example-data.com/api/v1/products/183"
)
product = res.json() {
"id": 183,
"sku": "YHU2P6YPXI",
"name": "Tasty Granite Chicken",
"slug": "tasty-granite-chicken-183",
"description": "Bahringer LLC's most advanced Bike technology increases earnest capabilities",
"category": "sports",
"brand": "Hegmann - Bode",
"price": 61.69,
"salePrice": null,
"currency": "USD",
"inStock": false,
"stockCount": 0,
"rating": 3.6,
"ratingCount": 1494,
"imageUrl": "https://picsum.photos/seed/product-183/800/800",
"createdAt": "2025-11-04T01:51:17.446Z",
"updatedAt": "2025-12-12T07:08:56.726Z"
}