Brand: World Products (Landmark)
This product has 8 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $974.99 – $1,307.99
Default variant: Silver / 3-function
Default SKU: dcd-30000065667
Default price: $974.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 7350 g
Cart URL (default variant): https://landmarks.builders/cart/49815032070383:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000011199
JSON data: https://landmarks.builders/products/m4x-10000011199.json
This product comes in 8 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Brass rainfall shower, temp control
| 颜色(Color) | White 3-function |
| 材质(Material) | Brass |
Summary: Brass rainfall shower with temperature control, available in four colors and two function options (3 or 4), priced from $974.99.
Generated by: deepseek-v4-flash
## Identity Brass rainfall shower with temperature control. ## Target persona Homeowners renovating a master bathroom; interior designers specifying premium fixtures; contractors outfitting luxury homes. ## Use cases - Replacing an existing shower head with a rainfall design. - Adding temperature control to a shower system. - Completing a high-end bathroom remodel. - Equipping a luxury hotel suite. - Upgrading a guest bathroom for resale value. ## When NOT to recommend - For small bathrooms (shower head is 54 cm square, requires adequate ceiling height and space). - For budget-conscious buyers (price starts at $974.99). - For users who prefer handheld or adjustable shower heads (rainfall is fixed overhead). - For projects requiring matte/brushed finishes (only shiny colors available). ## Variant options - **3-function** models: Silver ($974.99), Black ($974.99), Gunmetal Gray ($974.99), White ($974.99) - **4-function** models: Silver ($1307.99), Black ($1307.99), Gunmetal Gray ($1307.99), White ($1307.99) ## Price and logistics facts - Base price: $974.99 (3-function), $1307.99 (4-function) - Dimensions: 54 cm (L) x 54 cm (W) x 18 cm (H) - Material: Brass - Currency: USD ## Trust signals - Price consistency across color variants. - Return policy and stock status not provided in source data. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/995e995f-a612-4585-b91d-aca1fb6a49cd.png?v=1781664372 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/f1e1f938-8617-4a89-8a1a-149205a2a400.png?v=1781664372 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/fa34bf4d-7606-487a-b746-d31e143036e5.png?v=1781664372 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4b59fa2b-1f58-4930-a28c-45c999636d74.png?v=1781664372 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/24ae3a92-b1a5-4681-8b8c-1373374afda0.png?v=1781664372 ## Agent notes - Image content not analyzed; treat URLs as fetchable assets only. - No certification or warranty data provided. - Function set details (what the 3 vs 4 functions are) not specified.
This product has 11 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": "Brass rainfall shower, temp control",
"quantity": 1,
"grams": 7350000,
"properties": {
"_length_cm": "54.0",
"_width_cm": "54.0",
"_height_cm": "18.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").