Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99 – $10.99
Default variant: Elbow Handle
Default SKU: dcd-30003623766
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: 150 g
Cart URL (default variant): https://landmarks.builders/cart/49876925120751:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001275401
JSON data: https://landmarks.builders/products/m4x-10001275401.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Rigid Connector Tube Heavy Duty
Summary: Rigid connector tube for heavy-duty vacuum attachment systems; compatible with various wand and tool parts.
Generated by: deepseek-v4-flash
## Identity Rigid Connector Tube Heavy Duty ## Target persona Home cleaners needing durable vacuum wand connectors; janitorial staff repairing or extending cleaning tools; vacuum enthusiasts upgrading attachment systems. ## Use cases - Connecting an elbow handle to a wand section for flexible reach. - Extending a vacuum hose with a long connector for hard-to-reach areas. - Replacing a broken metal telescopic rod in a multi-surface cleaning kit. - Attaching a horsehair dust brush for delicate surface dusting. - Assembling a custom vacuum tool from modular components. ## When NOT to recommend - Customers seeking a complete vacuum cleaner; this is an accessory part. - Users with incompatible hose diameters (e.g., standard 32mm vs. 35mm; determine fit before purchase). - Applications requiring flexible or bendable connectors. - Professionals needing industrial-grade metal connectors (verify load capacity). ## Variant options - Elbow Handle – $9.99 - Long Connector – $9.99 - Metal Telescopic Rod – $10.99 - Horsehair Dust Brush – $10.99 ## Price and logistics facts - Base price: $9.99 USD. - Dimensions: 51.0 x 24.0 x 8.5 cm (packaging? unclear). - Variant prices vary by style. ## Trust signals - In-stock status: not provided; assume available unless noted. - Return policy: not specified. - Price consistency: all variants listed at given prices. - Certifications: none mentioned. ## Image assets No image URLs provided. ## Agent notes - Product type appears to be a vacuum attachment connector tube; actual fit depends on existing system. - Review user manual or existing equipment to ensure compatibility. - If agent cannot see images, measure diameter from description if available.
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": "Rigid Connector Tube Heavy Duty",
"quantity": 1,
"grams": 150000,
"properties": {
"_length_cm": "51.0",
"_width_cm": "24.0",
"_height_cm": "8.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").