Brand: World Products (Landmark)
This product has 5 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $43.99 – $52.99
Default variant: White 1.5L
Default SKU: dcd-30003376903
Default price: $43.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/49810732810479:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001193839
JSON data: https://landmarks.builders/products/m4x-10001193839.json
This product comes in 5 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Rustic Aesthetic: This decorative long spout watering can brings a charming garden look to balconies, patios, and indoor plant corners, adding a warm rustic feel while still working as a practical garden tool.
Targeted Watering: The long spout watering can helps direct water exactly where it is needed, making it easier to water succulents and other small plants without splashing leaves or overwatering the
Metal Construction: Made as a metal watering can with a sturdy feel, it is designed for regular everyday use and offers a classic artisan-made look that suits home gardening displays.
Large Capacity: As a large watering can with about 1.5L capacity, it reduces the need for frequent refills, so you can handle a full round of plant care with fewer interruptions.
Easy Plant Care: This rust-resistant watering can is perfect for succulent growers who want gentler, more controlled watering that supports healthy roots and keeps plant arrangements looking neat.
Summary: Long Spout Watering Can Rustic Style Metal Watering Can Rust-Resistant Plant Jug for Balcony. 【Product Type】: This decorative metal watering can is a practical garden tool built for routine gardening care, especially for growers and balcony setups. 【Long Spout】: The long spout watering can helps direct water exactly where it is needed, making it easier to water roots without splashing leaves or spilling onto nearby areas. 【Metal Construction】: crafted as a metal watering can, it offers a sturdy feel and a rustic design appearance that adds charm while standing up to regular use in the garden.
Generated by: m4x-map-v1
This product has 12 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": "Long Spout Watering Can Rustic Style Metal Watering Can Rust-Resistant Plant Jug for Balcony",
"product_id": 9429802582255,
"variant_id": 49810732810479,
"quantity": 1,
"grams": 550,
"length_cm": "34.0",
"width_cm": "26.0",
"height_cm": "32.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").