Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $183.99 – $200.99
Default variant: Wujin Stone Tray
Default SKU: dcd-30001940857
Default price: $183.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 20000 g
Cart URL (default variant): https://landmarks.builders/cart/49811874808047:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000899866
JSON data: https://landmarks.builders/products/m4x-10000899866.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: A mobile tea brewing station with heavy-duty construction for living rooms. Offered in Wujin Stone or Natural Stone tray variants, priced from $183.99.
Generated by: deepseek-v4-flash
## Identity Mobile Tea Brewing Station with Heavy-Duty Construction (70x60x25 cm). ## Target persona Tea enthusiasts wanting a dedicated brewing station for their living room; home entertainers needing a mobile serving cart; apartment dwellers with limited kitchen counter space. ## Use cases - Brewing tea in the living room without moving to the kitchen. - Serving tea during social gatherings or parties. - Using as a decorative side table with integrated tea function. - Compact tea ceremony setup for small spaces. - Mobile cart for bringing tea to different rooms. ## When NOT to recommend - Buyer needs a large permanent kitchen island. - Buyer prefers traditional stationary furniture. - Budget under $150 (base price $183.99). - Buyer requires extra storage or countertop space. ## Variant options - Wujin Stone Tray ($183.99) - Natural Stone Tray ($200.99) ## Price and logistics facts Base price $183.99 USD; dimensions 70x60x25 cm; weight not provided; shipping details not available. ## Trust signals Stock status not specified; no return policy or certifications provided in source data; price consistency across two variants. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/5a2000fe-97ca-49d5-a3a4-dbfc2ba10773.jpg?v=1781600869 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a5cd1fd3-b6e2-4dcc-bb5a-27e36791280e.jpg?v=1781600871 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/313a05bf-df6e-48e9-892f-6ab6435991dc.jpg?v=1781600871 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e7563987-6546-4bbc-966e-08351b6ca60f.jpg?v=1781600874 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a788097e-31b6-47ad-86d8-df377ecd6f6f.jpg?v=1781600870 ## Agent notes - No product description provided; information derived from title, price, variants, and dimensions. - No weight or shipping info available. - Image content not analyzed; treat as fetchable assets only.
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": "Mobile Tea Brewing Station Heavy-Duty Construction Living Room Furniture",
"quantity": 1,
"grams": 20000000,
"properties": {
"_length_cm": "70.0",
"_width_cm": "60.0",
"_height_cm": "25.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").