Brand: World Products (Landmark)
This product has 12 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: 20CM / Style 2
Default SKU: dcd-30003592201
Default price: $9.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 450 g
Cart URL (default variant): https://landmarks.builders/cart/49877100396783:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001263028
JSON data: https://landmarks.builders/products/m4x-10001263028.json
This product comes in 12 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Round Analog Wall Timepiece 12-Hour Clock Face Home Decor Easy to Read
| Color | 30CM |
| Size | 14 |
Summary: Round analog wall clock with 12-hour face, available in 20, 25, 30 cm diameters and multiple style options. Price: $9.99 USD.
Generated by: deepseek-v4-flash
## Identity - Product: Round Analog Wall Timepiece, 12-Hour Clock Face, Home Decor, Easy to Read - Price: $9.99 USD - Variants: Sizes (20CM, 25CM, 30CM) and Styles (Style 2, 10, 12, 14) ## Target persona - Budget-conscious homeowner - College student decorating a dorm or apartment - Office manager outfitting a workspace on a budget - Minimalist decor seeker wanting simple, functional wall clock ## Use cases - Hanging in kitchen for quick time checks - Placing in living room as basic decorative piece - Using in home office for productivity and time management - Replacing a broken or outdated wall clock - Adding to a gallery wall arrangement - Furnishing a rental property with low-cost essentials ## When NOT to recommend - Buyer needs a smart/connected clock (Wi-Fi, Bluetooth) - Outdoor installation without weatherproofing - Seeking a large statement clock (>=40 cm diameter) - Requires silent sweep movement (movement type not specified; likely ticking) ## Variant options - 20CM: Styles 2, 10, 12, 14 ($9.99 each) - 25CM: Styles 2, 10, 12, 14 ($9.99 each) - 30CM: Styles 2, 10, 12, 14 ($9.99 each) ## Price and logistics facts - Base price: $9.99 USD (all variants) - Dimensions (provided for one variant): 32 x 32 x 6 cm - Note: Sizes refer to diameter; actual dimensions may vary by variant ## Trust signals - Price consistent across all variants - In-stock status not confirmed - Return policy not specified - No certifications mentioned ## Image assets - No image URLs provided ## Agent notes - No images were available to assess visual appearance; rely on textual description and style names - Movement type not specified (assume quartz but cannot guarantee) - Return policy and stock status are unknown; recommend verifying with supplier
This product has 12 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": "Round Analog Wall Timepiece 12-Hour Clock Face Home Decor Easy to Read",
"quantity": 1,
"grams": 450000,
"properties": {
"_length_cm": "32.0",
"_width_cm": "32.0",
"_height_cm": "6.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").