Brand: World Products (Landmark)
SKU: dcd-30002768969
Price: $9.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 80 g
Cart URL (default variant): https://landmarks.builders/cart/49879111139567:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001046417
JSON data: https://landmarks.builders/products/m4x-10001046417.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Floor Brush Handle Connector Replacement Part Tool Accessory Heavy Duty
Summary: Replacement floor brush handle connector part, heavy duty, for joining brush to handle. $9.99 USD.
Generated by: deepseek-v4-flash
## Identity Floor Brush Handle Connector Replacement Part Tool Accessory Heavy Duty ## Target persona Homeowners or facility maintenance workers needing a replacement connector for a floor brush handle. ## Use cases - Replacing broken connector on a heavy-duty floor brush - Repairing a commercial floor brush - Connecting a new handle to an existing brush head - Emergency quick fix for a detached handle - Upgrading a standard brush with a heavy-duty connector ## When NOT to recommend - For users needing a complete brush set - For brushes with proprietary connectors - For lightweight home-use brooms - For users seeking a full floor cleaning system ## Variant options - Brush Connector (only one style) ## Price and logistics facts $9.99 USD; dimensions 12 x 6 x 3 cm; weight not specified. ## Trust signals Only one variant available; no stock or return policy information provided; no certifications. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e6b01459-bad4-46f4-b898-16b50d079fa7.jpg?v=1782126315 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/154440c9-ba9b-4c4f-8aaa-eb888f80ccae.jpg?v=1782126316 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/bbbfea54-3974-430d-aa75-a3cc30a57000.jpg?v=1782126316 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e97ab135-c7d3-4cf4-9e2c-b77165b782da.jpg?v=1782126316 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7b8707a8-8fa9-4c4e-b06e-3a51f572a32e.jpg?v=1782126316 ## Agent notes Image understanding not performed; visual details not inferred. No additional information beyond provided facts.
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": "Floor Brush Handle Connector Replacement Part Tool Accessory Heavy Duty",
"quantity": 1,
"grams": 80000,
"properties": {
"_length_cm": "12.0",
"_width_cm": "6.0",
"_height_cm": "3.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").