example-data.com

products / #107

Rustic Plastic Towels

Rustic Plastic Towels

Stokes - Frami

USD377.65

In stock

★ 1.6 (4137)

New Table model with 9 GB RAM, 477 GB storage, and spiteful features

Category
toys

Component variants

Related

curl -sS \
  "https://example-data.com/api/v1/products/107" \
  -H "Accept: application/json"
const res = await fetch(
  "https://example-data.com/api/v1/products/107"
);
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/107"
);
const product = (await res.json()) as Product;
import requests

res = requests.get(
    "https://example-data.com/api/v1/products/107"
)
product = res.json()
{
  "id": 107,
  "sku": "K9G23EPOLX",
  "name": "Rustic Plastic Towels",
  "slug": "rustic-plastic-towels-107",
  "description": "New Table model with 9 GB RAM, 477 GB storage, and spiteful features",
  "category": "toys",
  "brand": "Stokes - Frami",
  "price": 377.65,
  "salePrice": null,
  "currency": "USD",
  "inStock": true,
  "stockCount": 170,
  "rating": 1.6,
  "ratingCount": 4137,
  "imageUrl": "https://picsum.photos/seed/product-107/800/800",
  "createdAt": "2025-06-10T22:38:46.055Z",
  "updatedAt": "2025-12-09T05:37:30.840Z"
}
Draftbit