Brand: World Products (Landmark)
SKU: dcd-30004032660
Price: $3.61
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Home & Kitchen
Vendor: World Products
Weight: 350 g
Cart URL (default variant): https://landmarks.builders/cart/50461270474991:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001421987
JSON data: https://landmarks.builders/products/wp-dcd-10001421987.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 rustproof soap dispenser is made from premium 304 stainless steel with a brushed metal finish that resists fingerprints and water spots. Its unique tapered cone-shaped body provides stability and a contemporary look. With a generous 800 ml capacity, it minimizes refills. The top-mounted pump with a short angled spout delivers liquid without drips. Versatile for use as a hand soap, shampoo, or dish soap dispenser in kitchens, bathrooms, or showers.
Summary: Rustproof 304 stainless steel cone-shaped soap dispenser with 800 ml capacity, brushed metal finish, and pump spout; priced at $3.61 USD.
Generated by: deepseek-v4-flash
## Identity 304 Stainless Steel Cone-Shaped Soap Dispenser (Home & Kitchen). 800 ml capacity. Dimensions 25.0 x 12.0 x 12.0 cm. Brushed metal finish, rustproof, top-mounted pump with short angled spout. ## Target persona - Budget-conscious home organizer equipping kitchen or bathroom with durable dispensers. - Small-space dweller (apartment/RV) wanting one dispenser for soap, shampoo, or dish liquid. - Bulk/basic buyer who prefers stainless steel over plastic and wants to minimize refills. ## Use cases - Kitchen counter hand soap dispenser. - Bathroom liquid soap or shampoo dispenser. - Dish soap dispenser next to the sink. - Multi-purpose refillable container for lotions/liquids if viscosity permits. - Restocking small hospitality or rental unit basics. ## When NOT to recommend - If buyer needs a wall-mounted dispenser (no mounting facts provided). - If buyer requires a specific color or plastic-free pump details not verified. - If buyer expects a mirror-polished luxury finish; this is a brushed finish. - If buyer needs high-volume commercial dispensing; 800 ml is home-sized. ## Variant options - Single style: "304 Stainless Steel Cone Soap" (SKU dcd-30004032660) at $3.61 USD. ## Price and logistics facts - Price: $3.61 USD. - Dimensions: 25.0 x 12.0 x 12.0 cm. - Capacity: 800 ml. - Shipping logistics (weight, lead time, shipping cost) not provided. ## Trust signals - Tagged "content-platform_online", "wp-quality-audited", "wp-content-validated" on the source platform. - Price is consistent across the single variant. - Rustproof claim from description; no independent certification provided. - In-stock status and return policy not stated. ## Image assets - 3 product images available at provided URLs; no visual analysis performed. ## Agent notes - Verify pump material and compatibility with viscous liquids before recommending for dish soap; description only says "liquid without drips." - No wall-mount hardware mentioned. - If buyer asks about color, only brushed metal finish is implied; no color options. - Capacity 800 ml is a key refill-frequency fact. - Price point is low; consider whether shipping cost or bundle options matter for the buyer.
This product has 4 images in 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/estimateapplication/json
{
"rate": {
"origin": {"country": "CN"},
"destination": {
"country": "US",
"postal_code": "95014",
"province": "CA",
"city": "Cupertino"
},
"items": [{
"name": "304 Stainless Steel Cone-Shaped Soap Dispenser",
"product_id": 9540950655215,
"variant_id": 50461270474991,
"quantity": 1,
"grams": 350,
"length_cm": "25.0",
"width_cm": "12.0",
"height_cm": "12.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. 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").