Fantastic Aluminum Keyboard
Reilly, Kutch and Glover
USD54.30
In stock
★ 4.1 (971)
The olive Towels combines Afghanistan aesthetics with Silver-based durability
- Category
- toys
products / #102
Reilly, Kutch and Glover
USD54.30
In stock
★ 4.1 (971)
The olive Towels combines Afghanistan aesthetics with Silver-based durability
curl -sS \
"https://example-data.com/api/v1/products/102" \
-H "Accept: application/json"const res = await fetch(
"https://example-data.com/api/v1/products/102"
);
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/102"
);
const product = (await res.json()) as Product;import requests
res = requests.get(
"https://example-data.com/api/v1/products/102"
)
product = res.json() {
"id": 102,
"sku": "UIB7T1X859",
"name": "Fantastic Aluminum Keyboard",
"slug": "fantastic-aluminum-keyboard-102",
"description": "The olive Towels combines Afghanistan aesthetics with Silver-based durability",
"category": "toys",
"brand": "Reilly, Kutch and Glover",
"price": 54.3,
"salePrice": null,
"currency": "USD",
"inStock": true,
"stockCount": 401,
"rating": 4.1,
"ratingCount": 971,
"imageUrl": "https://picsum.photos/seed/product-102/800/800",
"createdAt": "2025-04-15T07:11:08.769Z",
"updatedAt": "2025-10-27T16:42:01.264Z"
}