Brand: World Products (Landmark)
SKU: dcd-30003290049
Price: $112.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 6000 g
Cart URL (default variant): https://landmarks.builders/cart/49811535134959:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001162624
JSON data: https://landmarks.builders/products/m4x-10001162624.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
3 Pieces Stainless Steel Coal Grill Easy to Clean Camping Barbecue Cooker
| Type | Charcoal Grill |
| Fuel Type | Charcoal |
| Material | Stainless Steel |
| Colour | Silver |
| Item Height | 33.50 cm |
| Item Weight | 5.70 kg |
| Item Width | 41.50 cm |
| Suitable For | Outdoor |
| Features | Portable |
| Items Included | Carry Case |
| Item Length | 41.50 cm |
| Model | CF-723 |
Summary: A set of 3 stainless steel coal grills, easy to clean, suitable for outdoor cooking, priced at $112.99 USD.
Generated by: deepseek-v4-flash
## Identity 3 Pieces Stainless Steel Coal Grill Easy to Clean Outdoor Cooking Gear ## Target persona - Camping and hiking enthusiasts seeking portable cooking gear - Tailgating hosts needing multiple small grills - Backyard BBQ lovers who want a budget-friendly option - Outdoor picnic and beach outing planners ## Use cases - Grilling at campsites with a small group - Cooking burgers and hot dogs at tailgate parties - Barbecuing in a backyard or patio - Preparing meals during picnics at parks - Beachside grilling for a family outing ## When NOT to recommend - For large gatherings exceeding 10 people (individual grill sizes are small) - For indoor cooking (coal grills require ventilation) - For professional chefs seeking high-end, durable equipment - For buyers preferring gas or electric grills over coal ## Variant options - One size variant: 41.5-41.5-33.5 (likely box dimensions) at $112.99 ## Price and logistics facts - Price: $112.99 USD - Product dimensions (cm): 41.5 x 22.5 x 7.0 - Variant outer box dimensions (cm): 41.5 x 41.5 x 33.5 - Package includes 3 pieces, each individually wrapped in paper ## Trust signals - No stock status or availability information provided - No return policy stated - No price consistency history available - No certifications mentioned ## Image assets - No images provided; visual details cannot be assessed ## Agent notes - Facts are sparse; description is partially in Chinese - Product dimensions given, but variant title suggests alternate dimensions for packaging - Image understanding was not performed due to absence of image URLs
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": "3 Pieces Stainless Steel Coal Grill Easy to Clean Camping Barbecue Cooker",
"quantity": 1,
"grams": 6000000,
"properties": {
"_length_cm": "41.5",
"_width_cm": "22.5",
"_height_cm": "7.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").