Practical Marble Towels
Kshlerin Group
USD102.15
In stock
★ 2.6 (1936)
The Virtual tangible circuit Soap offers reliable performance and upright design
- Category
- beauty
products / #95
Kshlerin Group
USD102.15
In stock
★ 2.6 (1936)
The Virtual tangible circuit Soap offers reliable performance and upright design
curl -sS \
"https://example-data.com/api/v1/products/95" \
-H "Accept: application/json"const res = await fetch(
"https://example-data.com/api/v1/products/95"
);
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/95"
);
const product = (await res.json()) as Product;import requests
res = requests.get(
"https://example-data.com/api/v1/products/95"
)
product = res.json() {
"id": 95,
"sku": "MLUO0D55LQ",
"name": "Practical Marble Towels",
"slug": "practical-marble-towels-95",
"description": "The Virtual tangible circuit Soap offers reliable performance and upright design",
"category": "beauty",
"brand": "Kshlerin Group",
"price": 102.15,
"salePrice": null,
"currency": "USD",
"inStock": true,
"stockCount": 254,
"rating": 2.6,
"ratingCount": 1936,
"imageUrl": "https://picsum.photos/seed/product-95/800/800",
"createdAt": "2024-05-27T11:54:35.487Z",
"updatedAt": "2025-10-23T15:09:16.220Z"
}