Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: L24 X W12 X H10
Default SKU: dcd-30003645454
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: 250 g
Cart URL (default variant): https://landmarks.builders/cart/50149962055919:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001283701
JSON data: https://landmarks.builders/products/m4x-10001283701.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Core Identity: This classic metal vessel is designed specifically for plant lovers and gardeners who appreciate both form and function in their gardening tools.
Controlled Stream: Featuring a purpose-built watering can with long spout, it allows you to reach deep into dense foliage and deliver water directly to the soil without splashing.
Gentle Distribution: Equipped with a accurate sprinkler head, this versatile sprinkler can delivers a soft, rain-like shower that is perfect for delicate seedlings and sensitive houseplants.
Long-Lasting Construction: Built with single-piece-piece seamless construction, this sturdy watering can prevents leaks and ensures long-lasting reliability for all your indoor and outdoor gardening needs.
Two-FunctionPurpose Design: This beautiful watering can with sprinkler head combines a textured painted exterior with a smooth metal interior, making it both a highly functional tool and a decorative accent for your home.
Summary: Watering Can with Long Spout Textured Vessel Modern for Balcony. 【Core Identity】: This classic metal vessel is designed specifically for plant lovers and gardeners who appreciate both form and function in their gardening tools. 【Controlled Stream】: Featuring a purpose-built watering can with long spout, it allows you to reach deep into dense foliage and deliver water directly to the soil without splashing. 【Gentle Distribution】: Equipped with a accurate sprinkler head, this versatile sprinkler can delivers a soft, rain-like shower that is perfect for delicate seedlings and sensitive houseplant
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": "Watering Can with Long Spout Textured Vessel Modern for Balcony",
"product_id": 9456591667439,
"variant_id": 50149962055919,
"quantity": 1,
"grams": 250,
"length_cm": "27.0",
"width_cm": "13.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").