Modern Steel Chips
Feil - Ullrich
USD434.75
In stock
★ 3.7 (1447)
The yellow Pizza combines Austria aesthetics with Yttrium-based durability
- Category
- electronics
products / #137
Feil - Ullrich
USD434.75
In stock
★ 3.7 (1447)
The yellow Pizza combines Austria aesthetics with Yttrium-based durability
curl -sS \
"https://example-data.com/api/v1/products/137" \
-H "Accept: application/json"const res = await fetch(
"https://example-data.com/api/v1/products/137"
);
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/137"
);
const product = (await res.json()) as Product;import requests
res = requests.get(
"https://example-data.com/api/v1/products/137"
)
product = res.json() {
"id": 137,
"sku": "F930EO62B2",
"name": "Modern Steel Chips",
"slug": "modern-steel-chips-137",
"description": "The yellow Pizza combines Austria aesthetics with Yttrium-based durability",
"category": "electronics",
"brand": "Feil - Ullrich",
"price": 434.75,
"salePrice": null,
"currency": "USD",
"inStock": true,
"stockCount": 271,
"rating": 3.7,
"ratingCount": 1447,
"imageUrl": "https://picsum.photos/seed/product-137/800/800",
"createdAt": "2026-01-22T20:13:26.530Z",
"updatedAt": "2026-03-06T04:37:40.673Z"
}