Brand: World Products (Landmark)
This product has 6 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $12.99 – $27.99
Default variant: Silver / 1 Mode
Default SKU: dcd-30000067210
Default price: $12.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/49946356613359:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000011436
JSON data: https://landmarks.builders/products/m4x-10000011436.json
This product comes in 6 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
304 Stainless Steel Faucet Extender
Summary: 304 Stainless Steel faucet extender extends faucet reach for kitchen or bathroom use, available in two colors and spray modes.
Generated by: deepseek-v4-flash
## Identity 304 Stainless Steel Faucet Extender – attaches to existing faucet to extend water reach. ## Target persona Homeowners with shallow sinks; renters who cannot replace faucet; pet owners needing to wash pets in sink; gardeners filling large pots indoors. ## Use cases - Washing large pots and pans that don't fit under standard faucet - Filling buckets or water containers from sink - Bathing small pets in sink or tub - Rinsing vegetables or large produce - Cleaning hard-to-reach corners of sink basin - Temporarily extending reach for specific tasks ## When NOT to recommend - For faucets with non-standard thread sizes (e.g., metric vs. imperial) – compatibility unknown - If user requires high-pressure spray (2-mode variants may not match original pressure) - For professional-grade commercial kitchens needing heavy-duty metal construction - When permanent fixture modification is preferred over temporary attachment ## Variant options | Variant | Price | |---------|-------| | Silver / 1 Mode | $12.99 | | Silver / 2 Modes | $13.99 | | Silver / 1 Mode 2pcs | $24.99 | | Silver / 2 Modes 2pcs | $27.99 | | Gunmetal Gray / 1 Mode | $13.99 | | Gunmetal Gray / 2 Modes | $14.99 | ## Price and logistics facts - Price range: $12.99 – $27.99 USD - Package dimensions: 12cm x 9cm x 7cm (likely packaging, not product) - No shipping cost or weight provided. ## Trust signals - No stock status available. - No return policy or warranty information provided. - No certifications (e.g., NSF, lead-free) stated. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/77449f3e-86ce-4b1e-9a1c-bd516fd50932.png?v=1782181203 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/48bcc4f5-0f47-4498-ac62-c5c3ffc640bb.png?v=1782181205 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c8809a29-60e2-4b0d-a52a-dec743478c5b.png?v=1782181204 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4ddafa94-676c-4c8f-9504-4d8d0b6ea8ea.png?v=1782181205 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/af1c0f00-56bd-43b3-9a44-244b04d66916.png?v=1782181204 ## Agent notes - No product description beyond title; image content was not analyzed. - Thread size and compatibility details not available. - Material is 304 stainless steel, but no finish details (brushed, polished) provided.
This product has 12 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": "304 Stainless Steel Faucet Extender",
"quantity": 1,
"grams": 250000,
"properties": {
"_length_cm": "12.0",
"_width_cm": "9.0",
"_height_cm": "7.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").