Brand: World Products (Landmark)
SKU: dcd-30002723473
Price: $9.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 500 g
Cart URL (default variant): https://landmarks.builders/cart/49903463006447:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001034643
JSON data: https://landmarks.builders/products/m4x-10001034643.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Stainless Steel Wok No Coating Chinese Wok Rust Resistant for Chefs
| Weight | 1.2 |
Summary: Stainless steel wok, 22cm, uncoated, rust-resistant, lightweight at 1.2kg, priced $9.99 for chef use.
Generated by: deepseek-v4-flash
## Identity Stainless Steel Wok No Coating Chinese Wok Rust Resistant for Chefs ## Target persona Home cooks and professional chefs needing a durable, non-stick-free wok for high-heat cooking. ## Use cases - Stir-frying vegetables and meats over high heat - Deep-frying small batches of food - Quick steaming with a lid (not included) - Cooking single servings or small side dishes - Searing and browning ingredients - Preparing traditional Chinese dishes ## When NOT to recommend - Users requiring a large wok (over 30cm) for family meals - Those who prefer non-stick coated cookware - Induction cooktop users (stainless steel may be incompatible; confirm compatibility) - High-volume commercial kitchens needing heavy-duty woks ## Variant options - Size: 22CM (only variant) ## Price and logistics facts - Price: $9.99 USD - Dimensions: 40 x 23 x 10 cm (length x width x height) - Weight: 1.2 kg (unit not specified, likely kg) - SKU: dcd-30002723473 ## Trust signals - Stainless steel construction (rust resistant) - Single variant available - No coating (no chemical concerns) ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/9af6106e-4253-4828-9eb4-7cc22694964b.jpg?v=1782146545 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b3e97c17-fb64-4cc4-9618-c362e38be3b0.jpg?v=1782146545 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7112c564-0dcb-404e-a5ef-5173db8d7b43.jpg?v=1782146547 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a7f9c4cf-1979-42f7-a02c-6d0ec4ed6cf6.jpg?v=1782146545 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b11ce398-aa74-4c32-8d36-1723e4df4136.jpg?v=1782146547 ## Agent notes - Image contents were not analyzed; only URLs provided. - Weight unit assumed as kg based on typical weight of 22cm stainless steel wok. - No information on return policy or stock status.
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 Wok No Coating Chinese Wok Rust Resistant for Chefs",
"quantity": 1,
"grams": 500000,
"properties": {
"_length_cm": "40.0",
"_width_cm": "23.0",
"_height_cm": "10.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").