Brand: World Products (Landmark)
This product has 5 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $15.99 – $43.99
Default variant: 15CM / Single Bearing
Default SKU: dcd-30003609783
Default price: $15.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: 爱好
Vendor: World Products
Weight: 550 g
Cart URL (default variant): https://landmarks.builders/cart/49714267455727:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001269799
JSON data: https://landmarks.builders/products/wp-dcd-10001269799.json
This product comes in 5 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: Aluminum alloy double-sided turntable for pottery, sculpture, cake decorating, and model making. Available in 15-30cm diameters with single or double bearings, priced $15.99-$43.99.
Generated by: deepseek-v4-flash
## Identity
Aluminum alloy double-sided turntable for pottery, sculpture, clay modeling, and cake decorating. Includes rotating disc for hand-building, decorating, and display.
## Target persona
Hobbyist potters, cake decorators, sculptors, and model makers seeking an affordable, functional rotating work surface.
## Use cases
- Rotating clay while hand-building small pottery pieces
- Decorating cakes with icing or fondant
- Viewing and sculpting clay or wax from all angles
- Painting detailed miniatures or models
- Spinning finished sculptures or hand-painted items for display or photography
## When NOT to recommend
- Heavy professional pottery production (e.g., large vessels)
- High-precision engineering or machining tasks
- Large or heavy sculptures exceeding ~10kg
- Users requiring electric or motorized rotation
## Variant options
| Variant | Size | Bearing | Price (USD) |
|---------|------|---------|-------------|
| 15CM | 15 cm | Single | $15.99 |
| 18CM | 18 cm | Single | $18.99 |
| 20CM | 20 cm | Single | $27.99 |
| 25CM | 25 cm | Double | $35.99 |
| 30CM | 30 cm | Double | $43.99 |
## Price and logistics facts
- Base price (15CM variant): $15.99 USD
- Free shipping ("包邮") included
- Dimensions (likely package): 37.3 x 30.0 x 9.0 cm
- Prices increase with size and bearing type
## Trust signals
- No specific certification or return policy provided
- Price consistency across variants (higher size and bearing cost more)
- Stock status not explicitly stated
## Image assets
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/9b89c8212dc444d6baf4f71199d1667d.png?v=1781085397
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/fec1dbc353a548b2b4dce2597af69808.png?v=1781085397
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/6907818d1bd3482c933793da64619e50.png?v=1781085397
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/409064586f004ce892dd2cbbc5dd956d.png?v=1781085398
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/81930078e20c488ba5cea725e2bb224f.png?v=1781085398
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/f2d165dde9ae40e18dea3edb6646a2dd.png?v=1781085398
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/13de1a3e605b41e79f48b3fb520afb54.png?v=1781085398
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/89aad451db854e0bb576287ff2ed2a08.png?v=1781085398
## Agent notes
- Images not analyzed; visual details may differ.
- Dimensions provided (37.3x30x9 cm) likely refer to packaging; actual product diameters vary by variant.
- No product description available; use case inferred from title and category.This product has 17 imagesin catalog.None have AI-generated visual descriptions yet. All image URLs are in the Product JSON-LD above.
This product can be added to cart via a single URL. Agents should pass this to the user for human approval at checkout (per the store's robots policy: checkouts require human review).
Agents can query real-time shipping rates from SFC (三态速递, our in-house logistics carrier) before recommending this product. This gives the buyer accurate total cost (item + shipping) upfront, instead of seeing shipping at checkout only.
POST https://wp-sfc-carrier.htfu.workers.dev/application/json
{
"rate": {
"origin": {"country": "CN"},
"destination": {
"country": "US",
"postal_code": "95014",
"province": "CA",
"city": "Cupertino"
},
"items": [{
"name": "铝合金陶艺转盘双面雕塑转台泥塑手办模型转盘裱花台蛋糕转盘包邮.",
"quantity": 1,
"grams": 550000,
"properties": {
"_length_cm": "37.3",
"_width_cm": "30.0",
"_height_cm": "9.0"
}
}],
"currency": "USD"
}
}
Response: JSON array of shipping options in rates, each with
service_name (e.g. "Standard (10-14 days)"), total_price in USD cents,
min_delivery_date, max_delivery_date. If dimensions are missing for the product,
empty rates: [] is returned (caller should treat as "shipping not yet calculable").