Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $11.99 – $12.99
Default variant: 3L
Default SKU: dcd-30002775913
Default price: $11.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 550 g
Cart URL (default variant): https://landmarks.builders/cart/49879107698927:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001047854
JSON data: https://landmarks.builders/products/m4x-10001047854.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Lard Rendering Can with Strainer Easy to Clean Multi-Purpose Cooking Pot
Summary: A 3L/4L/5.5L lard rendering can with built-in strainer, easy to clean, multi-purpose cooking pot, priced from $11.99.
Generated by: deepseek-v4-flash
## Identity A lard rendering can with integrated strainer, designed for easy cleaning and multi-purpose cooking (soup, oil, broth). ## Target persona Home cooks who render animal fats (lard, tallow) or need a strainer pot for broths and oils. Priced for budget-conscious households. ## Use cases - Rendering pork fat into lard. - Straining solids from broths or stocks. - Infusing oils with herbs (removing solids via strainer). - Small-batch deep frying (e.g., chicken, fries) with built-in straining. - Heating and pouring liquids (spout or handle not specified, but typical). - Multi-purpose cooking pot for soups or stews with easy straining. ## When NOT to recommend - For high-volume commercial or restaurant use (too small, not heavy-duty). - If induction cooktop compatibility is required (material not confirmed). - For users needing a non-stick or coated pot (probably stainless steel? not stated). - For exact temperature control or pressure cooking. ## Variant options - 3L (sku dcd-30002775913) – $11.99 - 4L (sku dcd-30002775914) – $11.99 - 5.5L (sku dcd-30002775915) – $12.99 ## Price and logistics facts - Price: $11.99 (3L, 4L), $12.99 (5.5L) USD. - Package dimensions: 27 x 25 x 16 cm. - No shipping or return policy provided. ## Trust signals - In-stock status: not specified. - Return policy: not provided. - Price consistency: three variants, 3L and 4L same price, 5.5L slightly higher. - Certifications: none claimed. ## Image assets No image URLs provided. Unable to visually describe the product. ## Agent notes - Material not specified (assumed metal, likely stainless steel or aluminum). - Lid or handle details unknown. - Strainer is built-in (type not detailed). - Consider verifying dimensions (27 cm length, 25 cm width, 16 cm height) for storage.
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": "Lard Rendering Can with Strainer Easy to Clean Multi-Purpose Cooking Pot",
"quantity": 1,
"grams": 550000,
"properties": {
"_length_cm": "27.0",
"_width_cm": "25.0",
"_height_cm": "16.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").