Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $56.99 – $60.99
Default variant: Black
Default SKU: dcd-30002871800
Default price: $60.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 800 g
Cart URL (default variant): https://landmarks.builders/cart/49811013501167:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001080901
JSON data: https://landmarks.builders/products/m4x-10001080901.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Mechanical Table Clock Minimalist Design Automatic Flip Clock for Office
| Type | Flip/Flap Clock |
| Colour | Black |
| Display Type | Digital |
| Features | Digital |
| Item Height | 7.00 cm |
| Item Length | 11.00 cm |
| Item Width | 3.80 cm |
| Material | Plastic |
| Model | F916 |
| Movement | Mechanical |
| Power Source | Battery |
| Style | Modern |
Summary: Minimalist mechanical table clock, available in black/white with or without base, 27x20x14 cm, priced $56.99-$60.99.
Generated by: deepseek-v4-flash
## Identity Mechanical Table Clock Minimalist Aesthetic Home Decor for Office, Bedroom ## Target persona Minimalist home decor enthusiasts; office workers seeking analog desk clocks; gift shoppers for housewarming or minimalist friends. ## Use cases - As a desk clock in a home office or corporate workspace - On a nightstand or bedroom shelf for analog timekeeping - Decorative accent on a living room console or bookshelf - Gift for someone who appreciates minimalist design - As a prop in photography or interior styling ## When NOT to recommend - If absolute silence is required (mechanical movement may tick) - If digital features (alarm, backlight, date) are needed - If the user prefers clocks larger than 30 cm in any dimension - If the budget is under $50 ## Variant options - Black: $60.99 (SKU dcd-30002871800) - White: $60.99 (SKU dcd-30002871801) - Black with Base: $56.99 (SKU dcd-30002871802) - White with Base: $56.99 (SKU dcd-30002871803) ## Price and logistics facts - Price range: $56.99 - $60.99 USD per variant - Dimensions: 27 cm (L) x 20 cm (W) x 14 cm (H) - Shipping and tax not specified ## Trust signals - In-stock status not confirmed - Return policy not provided - No certifications listed ## Image assets No image URLs available in product data. ## Agent notes - No product description was provided; assumptions based on title and variants. - Mechanical movement noise level is unknown; inquire with seller if silence is critical. - Image understanding was not performed because no image URLs were supplied.
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": "Mechanical Table Clock Minimalist Design Automatic Flip Clock for Office",
"quantity": 1,
"grams": 800000,
"properties": {
"_length_cm": "27.0",
"_width_cm": "20.0",
"_height_cm": "14.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").