Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $957.99
Default variant: Gunmetal Gray / other
Default SKU: dcd-30000067490
Default price: $957.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 11000 g
Cart URL (default variant): https://landmarks.builders/cart/49815031382255:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000011484
JSON data: https://landmarks.builders/products/m4x-10000011484.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Silver shower panel with massage jets
| 颜色(Color) | Gunmetal Gray other |
| 材质(Material) | Brass |
Summary: Silver shower panel with massage jets, brass construction, dimensions 106x51x11.5 cm, available in Gunmetal Gray or Creamy White for $957.99.
Generated by: deepseek-v4-flash
## Identity Silver shower panel with massage jets, brass material, dimensions 106 x 51 x 11.5 cm. ## Target persona Homeowner or renovator seeking a premium multi-function shower panel with massage jets, willing to invest ~$1000. ## Use cases - Upgrading a master bathroom shower to include massage jets - Installing a spa-like shower experience in a new custom home - Replacing an old shower system with a modern panel - Adding a luxury touch to a guest bathroom ## When NOT to recommend - If the customer needs a simple single-function showerhead (overkill) - If the shower space cannot accommodate a panel of 106x51x11.5 cm - If the budget is under $700 (this panel is $957.99) - If a matte black or chrome finish is required (only Gunmetal Gray and Creamy White) ## Variant options - Gunmetal Gray / other - $957.99 (SKU: dcd-30000067490) - Creamy White / other - $957.99 (SKU: dcd-30000067491) ## Price and logistics facts - Price: $957.99 USD (consistent across variants) - Dimensions: 106 cm (L) x 51 cm (W) x 11.5 cm (H) - Weight and shipping costs not provided ## Trust signals - In-stock status not specified - Return policy not provided - No certifications listed ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/8bfa697e-6cd4-4498-8605-f6b523b314bc.png?v=1781664373 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/48963eac-43f6-4393-8d76-b097499f1220.png?v=1781664371 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/ac3fee6d-cbca-406a-881e-77cb1aaf4829.png?v=1781664372 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/3c028d3f-3c1f-4eea-93d3-83176b8f3861.png?v=1781664371 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/5cdcef45-1cbc-4168-996f-455a1460843b.png?v=1781664371 ## Agent notes - Image understanding not performed; treat images as fetchable only. No visual details inferred. - Missing data: product type, stock status, return policy, certifications.
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": "Silver shower panel with massage jets",
"quantity": 1,
"grams": 11000000,
"properties": {
"_length_cm": "106.0",
"_width_cm": "51.0",
"_height_cm": "11.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. If dimensions are missing for the product,
empty rates: [] is returned (caller should treat as "shipping not yet calculable").