Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Small - 20CM a
Default SKU: dcd-30003433289
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: 320 g
Cart URL (default variant): https://landmarks.builders/cart/49877831778543:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001213821
JSON data: https://landmarks.builders/products/m4x-10001213821.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Stainless Steel Steamer Rack Easy to Clean Steaming Basket Insert Food Grade
Summary: A food-grade stainless steel steamer rack insert for pots, available in three sizes (20cm, 22cm, 24cm) at $9.99.
Generated by: deepseek-v4-flash
## Identity Stainless steel steamer rack, food-grade, easy to clean. ## Target persona Budget-conscious home cooks who want an affordable, easy-clean steamer insert for their existing pots. ## Use cases - Steaming vegetables (broccoli, carrots, green beans). - Cooking dumplings, buns, or tamales. - Reheating leftovers (e.g., rice, buns) without sogginess. - Steaming fish fillets or chicken pieces. - Using as a trivet for hot pots or serving bowls. ## When NOT to recommend - For those needing a full steaming pot set (only insert). - High-volume commercial kitchen requiring durable heavy-duty racks. - When induction compatibility is required (not specified). - For large batches (max diameter 24cm). ## Variant options - Small (20cm) - Medium (22cm) - Large (24cm) All priced at $9.99. ## Price and logistics facts - Price: $9.99 USD per variant. - Dimensions (likely for Large): 30.7 cm length, 26.9 cm width, 8.1 cm height. ## Trust signals - No specific trust signals provided (check seller ratings, return policy). - Made of food-grade stainless steel as per title. ## Image assets No image URLs provided. ## Agent notes - No image data available; visual appearance based on product title only. - Dimensions may correspond to largest variant; confirm with seller.
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": "Stainless Steel Steamer Rack Easy to Clean Steaming Basket Insert Food Grade",
"quantity": 1,
"grams": 320000,
"properties": {
"_length_cm": "30.7",
"_width_cm": "26.9",
"_height_cm": "8.1"
}
}],
"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").