Sleek Rubber Mouse
Feest Inc
USD238.05
In stock
★ 2.7 (3531)
The Profit-focused contextually-based capability Towels offers reliable performance and unlawful design
- Category
- kitchen
products / #22
Feest Inc
USD238.05
In stock
★ 2.7 (3531)
The Profit-focused contextually-based capability Towels offers reliable performance and unlawful design
curl -sS \
"https://example-data.com/api/v1/products/22" \
-H "Accept: application/json"const res = await fetch(
"https://example-data.com/api/v1/products/22"
);
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/22"
);
const product = (await res.json()) as Product;import requests
res = requests.get(
"https://example-data.com/api/v1/products/22"
)
product = res.json() {
"id": 22,
"sku": "ON0I4ZTLRG",
"name": "Sleek Rubber Mouse",
"slug": "sleek-rubber-mouse-22",
"description": "The Profit-focused contextually-based capability Towels offers reliable performance and unlawful design",
"category": "kitchen",
"brand": "Feest Inc",
"price": 238.05,
"salePrice": null,
"currency": "USD",
"inStock": true,
"stockCount": 434,
"rating": 2.7,
"ratingCount": 3531,
"imageUrl": "https://picsum.photos/seed/product-22/800/800",
"createdAt": "2025-02-17T16:34:27.488Z",
"updatedAt": "2025-07-29T08:52:41.415Z"
}