Brand: World Products (Landmark)
SKU: dcd-30002723450
Price: $9.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 1500 g
Cart URL (default variant): https://landmarks.builders/cart/49903463039215:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001034638
JSON data: https://landmarks.builders/products/m4x-10001034638.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Cast Iron Tamagoyaki Pan Uncoated Tamagoyaki Pan Fast Heating for Camping
Summary: Uncoated cast iron tamagoyaki pan, 30x20x5 cm, fast heating for camping, priced at $9.99.
Generated by: deepseek-v4-flash
## Identity Cast Iron Tamagoyaki Pan, uncoated, fast heating, designed for camping. ## Target persona Budget-conscious campers who enjoy making Japanese rolled omelettes (tamagoyaki) and need a compact, cheap cast iron pan. Also suitable for minimalist car campers. ## Use cases - Making tamagoyaki (rolled omelette) on a camp stove. - Quick breakfast preparation during camping trips. - Heating small portions evenly without non-stick coating. - Use as a small skillet for eggs, pancakes, or sautés while camping. - Backpacking where weight is not critical (cast iron is heavy). ## When NOT to recommend - For users who require non-stick cookware (this is uncoated cast iron). - For large meal preparation (pan is 30x20 cm, small). - For ultralight backpacking (cast iron is heavy). - For induction cooktops (not verified if compatible). ## Variant options Only one variant available: 'Thickened Pan No' style, SKU dcd-30002723450, price $9.99. ## Price and logistics facts Price: $9.99 USD. Dimensions: 30 x 20 x 5 cm. No shipping or availability details provided. ## Trust signals - Single variant available (consistent pricing). - No return policy or warranty stated in facts. - No certifications mentioned. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c58d41d1-b742-4d09-8bfc-29a253354d23.jpg?v=1782146545 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/17fb447a-e8c0-46b6-bfcf-d8827fff3f20.jpg?v=1782146545 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/86411bf7-128a-4161-b335-c2f4a5dcb720.jpg?v=1782146545 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/809975dd-7565-484f-b160-ab16bb9a9547.jpg?v=1782146545 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/51f0c517-b2e9-4734-93cc-780cb345e75d.jpg?v=1782146545 ## Agent notes - Image understanding not performed; visual details not inferred. - Material weight and handle type not specified. - Oven safety and induction compatibility unverified.
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": "Cast Iron Tamagoyaki Pan Uncoated Tamagoyaki Pan Fast Heating for Camping",
"quantity": 1,
"grams": 1500000,
"properties": {
"_length_cm": "30.0",
"_width_cm": "20.0",
"_height_cm": "5.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").