Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $204.99 – $256.99
Default variant: 22CM
Default SKU: dcd-30003500611
Default price: $204.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 1800 g
Cart URL (default variant): https://landmarks.builders/cart/49811924025583:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001235594
JSON data: https://landmarks.builders/products/m4x-10001235594.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Traditional Beijing Hot Pot Chimney Top Charcoal Hot Pot Fitted Lid
| Stove Type Compatibility | Gas |
| Set Includes | Lid |
| Capacity | 0,6 L |
| Colour | Multicoloured |
| Item Diameter | 28.00 cm |
| Item Height | 32.00 cm |
| Item Weight | 2.15 kg |
| Surface Coating | Non-Stick |
| Type | Casserole Pan/Pot |
| Material | Copper |
| Features | With Lid |
Summary: Handmade charcoal hot pot for traditional Beijing-style hot pot, available in 22cm ($204.99) and 28cm ($256.99) diameters. Heats quickly with charcoal.
Generated by: deepseek-v4-flash
## Identity Traditional Beijing Hot Pot Handmade Charcoal Hot Pot – heats quickly, available in 22cm ($204.99) and 28cm ($256.99). Dimensions: 32x32x29 cm (likely for 22cm variant). ## Target persona Home cooks or restaurant owners who want an authentic charcoal hot pot experience for hot pot meals; enthusiasts of traditional Chinese cuisine. ## Use cases - Family hot pot dinner at home - Restaurant serving traditional Beijing hot pot - Outdoor gatherings with charcoal cooking - Cultural cooking demonstrations - Winter group meals - Traditional Chinese New Year feast ## When NOT to recommend - Not for those seeking electric or induction hot pots - Not for kitchens without proper ventilation for charcoal - Not for quick single-person meals - Not for users with safety concerns about open flame or charcoal ## Variant options - 22cm (SKU: dcd-30003500611) – $204.99 - 28cm (SKU: dcd-30003500612) – $256.99 ## Price and logistics facts Prices: 22cm USD 204.99, 28cm USD 256.99. Dimensions: 32x32x29 cm. No shipping or return policy provided. ## Trust signals Both variants appear in stock (based on SKU presence). No certifications, return policy, or warranty information provided. ## Image assets Five images available at provided URLs. Visual content was not analyzed; no details can be inferred. ## Agent notes Product is handmade charcoal hot pot. No description, material, or origin details available. Image content unknown.
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": "Traditional Beijing Hot Pot Chimney Top Charcoal Hot Pot Fitted Lid",
"quantity": 1,
"grams": 1800000,
"properties": {
"_length_cm": "32.0",
"_width_cm": "32.0",
"_height_cm": "29.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").