Brand: World Products (Landmark)
This product has 8 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Silver / Spoon
Default SKU: dcd-30002717329
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: 62 g
Cart URL (default variant): https://landmarks.builders/cart/49903502721263:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001033008
JSON data: https://landmarks.builders/products/m4x-10001033008.json
This product comes in 8 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Stainless Steel Soup Ladle Rust Proof Long Handle Hot Pot Spoon Heavy Duty
Summary: Stainless steel soup ladle, rust-proof, long handle, heavy duty, available in silver/gold and multiple spoon styles, $9.99.
Generated by: deepseek-v4-flash
## Identity Stainless Steel Soup Ladle, rust-proof, long handle, heavy duty. Dimensions: 22.0 x 18.3 x 6.3 cm. Price: $9.99 USD. ## Target persona Home cooks who need a durable, affordable ladle for everyday soup and stew serving. Budget-conscious shoppers looking for basic kitchen utensils. ## Use cases - Serving soup from pot to bowl - Stirring large pots of stew or chili - Ladling sauces, gravies, or broth - Portioning batter or dough for baking - General cooking utensil for simmering dishes ## When NOT to recommend - When a premium or designer utensil is required - When flexible or non-scratch material (e.g., silicone) is needed - When extra-large capacity (over 1 cup) ladle is sought - When dishwasher-safe certification is critical (not specified) ## Variant options 8 variants, all at $9.99 USD: - Silver / Spoon (SKU: dcd-30002717329) - Gold / Spoon (SKU: dcd-30002717330) - Silver / Thick Spoon (SKU: dcd-30002717331) - Silver / Thick Short Spoon (SKU: dcd-30002717332) - Gold / Thick Spoon (SKU: dcd-30002717333) - Gold / Thick Short Spoon (SKU: dcd-30002717334) - Silver / Thick Hammered Spoon (SKU: dcd-30002717335) - Silver / Thick Twill Spoon (SKU: dcd-30002717336) ## Price and logistics facts - Price: $9.99 USD (all variants) - Dimensions: 22.0 cm length, 18.3 cm width, 6.3 cm height - No shipping or fulfillment details provided. ## Trust signals - Title claims rust-proof and heavy duty, but no certification available. - SKUs indicate consistent pricing across variants. - No stock or return policy information provided. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/6e5ef613-4767-416e-8dbc-cf549966444e.jpg?v=1782146568 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7a153baa-bd00-472e-a3c7-de88765b863a.jpg?v=1782146562 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/34c8b495-78bc-4135-a007-87b32927352e.jpg?v=1782146562 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/ab4ef1e7-279c-4839-981a-888c332d209b.jpg?v=1782146562 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/03608abb-0e13-4797-9d94-c286963cb2da.jpg?v=1782146562 ## Agent notes - Image content not analyzed; visual details not described. - No stock levels or inventory data. - Rust-proof claim is from title; no independent verification. - Price is consistent across all variants.
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 Soup Ladle Rust Proof Long Handle Hot Pot Spoon Heavy Duty",
"quantity": 1,
"grams": 62000,
"properties": {
"_length_cm": "22.0",
"_width_cm": "18.3",
"_height_cm": "6.3"
}
}],
"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").