Brand: World Products (Landmark)
SKU: dcd-30003426370
Price: $24.44
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Cookware
Vendor: World Products
Weight: 850 g
Cart URL (default variant): https://landmarks.builders/cart/50399235801327:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001211352
JSON data: https://landmarks.builders/products/wp-dcd-10001211352.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This Korean barbecue pan is made from 304 stainless steel. As practical cookware for both indoor and outdoor use, it is shaped for everyday grilling and easy handling. The grill pan and griddle plate surface is designed to spread heat more evenly, helping ingredients cook consistently. The 850 g lightweight body and built-in cast handle make this portable grill pan simple to carry. The oil-guiding edge supports smoother draining, while the stone-look finish gives the surface a neat, refined appearance that suits repeated use. It helps reduce sticking, keeps cleanup more manageable, and provides a reliable surface for shared meals, camping dinners, or everyday cooking.
Summary: 304 stainless steel Korean barbecue pan with even heat distribution, portable 850g body, cast handle, oil-guiding edge. Priced at $24.44.
Generated by: deepseek-v4-flash
## Identity A 304 stainless steel Korean barbecue pan, 37.5 x 36.0 x 7.5 cm, weighing 850 g. Includes a cast handle and oil-guiding edge, designed for even heat distribution. Single variant sold at $24.44. ## Target persona Home cooks wanting Korean BBQ without a dedicated grill. Campers needing a lightweight, packable cooking surface. Budget-minded buyers seeking a stainless steel pan under $25. ## Use cases - Korean BBQ dinners at home on stovetop or tabletop. - Camping trips where weight and portability matter. - Grilling vegetables, meat, or seafood indoors or outdoors. - Everyday cooking as a griddle for pancakes, eggs, or stir-fries. - Shared meals with small groups (pan size 37.5 cm). ## When NOT to recommend Do not recommend for professional chefs needing thick cast-iron searing. Avoid for large households (over 4-5 people) needing extra cooking surface. Not for users who insist on nonstick coating for fat-free cooking; stainless steel requires oil/fat. ## Variant options One variant available: - Style: Z 34CM Grill Pan X (SKU dcd-30003426370) – $24.44 ## Price and logistics facts Price: $24.44 USD (exact). Dimensions: 37.5 x 36.0 x 7.5 cm. Weight: 850 g (from description). Shipping, stock status, and delivery times: not provided in source data. ## Trust signals - Listed as quality-audited in catalog tags (wp-quality-audited, wp-content-validated). - No explicit in-stock status, return policy, warranty, or certifications provided. ## Image assets No image URLs were included in the source facts. Image understanding was not performed. ## Agent notes - Verify availability and shipping before recommending. - The single variant is exactly as listed above; no other configurations. - The description mentions a 'stone-look finish' but does not specify coating; treat as part of appearance only. - No manufacturer/brand, SKU family, or warranty information given. - If the customer needs a larger pan or a nonstick surface, this product will not meet that requirement.
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/estimateapplication/json
{
"rate": {
"origin": {"country": "CN"},
"destination": {
"country": "US",
"postal_code": "95014",
"province": "CA",
"city": "Cupertino"
},
"items": [{
"name": "304 Stainless Steel Korean Barbecue Pan with Even Heat Distribution",
"product_id": 9535697846511,
"variant_id": 50399235801327,
"quantity": 1,
"grams": 850,
"length_cm": "37.5",
"width_cm": "36.0",
"height_cm": "7.5"
}],
"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. The estimate endpoint uses the product dimensions
provided in the request before calling SFC. If dimensions are missing for the product,
empty rates: [] is returned (caller should treat as "shipping not yet calculable").