Rustic Marble Bike
Batz Group
USD102.45 USD55.29
In stock
★ 1.3 (4091)
The Extended systematic time-frame Pizza offers reliable performance and married design
- Category
- toys
products / #200
Batz Group
USD102.45 USD55.29
In stock
★ 1.3 (4091)
The Extended systematic time-frame Pizza offers reliable performance and married design
curl -sS \
"https://example-data.com/api/v1/products/200" \
-H "Accept: application/json"const res = await fetch(
"https://example-data.com/api/v1/products/200"
);
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/200"
);
const product = (await res.json()) as Product;import requests
res = requests.get(
"https://example-data.com/api/v1/products/200"
)
product = res.json() {
"id": 200,
"sku": "UIBAN2921U",
"name": "Rustic Marble Bike",
"slug": "rustic-marble-bike-200",
"description": "The Extended systematic time-frame Pizza offers reliable performance and married design",
"category": "toys",
"brand": "Batz Group",
"price": 102.45,
"salePrice": 55.29,
"currency": "USD",
"inStock": true,
"stockCount": 84,
"rating": 1.3,
"ratingCount": 4091,
"imageUrl": "https://picsum.photos/seed/product-200/800/800",
"createdAt": "2025-04-22T03:24:28.159Z",
"updatedAt": "2025-12-01T15:07:01.360Z"
}