Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $47.99 – $126.99
Default variant: 60*40*40 D:60*40
Default SKU: dcd-30001941030
Default price: $100.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 3000 g
Cart URL (default variant): https://landmarks.builders/cart/49810805424367:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000899885
JSON data: https://landmarks.builders/products/m4x-10000899885.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Wire Cooling Rack Rust-Proof Kitchenware Easy to Clean for Bakery, Bakers, Chefs
| Material | Steel |
| Type | Standard Cage |
Summary: Wire cooling rack for kitchen use, polished edges, easy to clean. Available in multiple sizes and materials, priced from $47.99.
Generated by: deepseek-v4-flash
## Identity Product: Wire Cooling Rack (Kitchenware). Polished edges for safety, easy to clean. ## Target persona Home bakers and cooks who need a sturdy, large-surface cooling rack for baked goods or air drying items. ## Use cases - Cooling freshly baked cookies, cakes, and pastries. - Air drying washed fruits or vegetables. - Draining fried foods after cooking. - Holding hot pans or pots temporarily. - As a wire shelf for organization in cabinets. ## When NOT to recommend - For cooking or baking directly on stove or oven. - For microwave use (metal rack not microwave-safe). - For very heavy cast iron or stoneware (weight capacity unknown). - For users who need a non-stick or silicone-coated surface. ## Variant options - Style 60*40*40 D:60*40 – $100.99 - Style 60*40*40 D:40*40 – $47.99 - Style 304 Steel 40*40*40 – $126.99 ## Price and logistics facts - Starting price: $47.99 USD. - Dimensions (likely for base variant): 62 cm length × 42 cm width × 6 cm height. - Variants differ in size and material (304 stainless steel available at higher price). ## Trust signals - No returns, stock, or certification data available from facts. - Basic construction: polished edges for safety. ## Image assets - No image URLs provided. ## Agent notes - No product description was provided; only title and dimensions. - Image understanding was not performed; do not assume visual details.
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": "Wire Cooling Rack Rust-Proof Kitchenware Easy to Clean for Bakery, Bakers, Chefs",
"quantity": 1,
"grams": 3000000,
"properties": {
"_length_cm": "62.0",
"_width_cm": "42.0",
"_height_cm": "6.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").