Brand: World Products (Landmark)
This product has 7 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: 100CM / with Marker
Default SKU: dcd-30002754619
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: 120 g
Cart URL (default variant): https://landmarks.builders/cart/49879196434671:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001042663
JSON data: https://landmarks.builders/products/m4x-10001042663.json
This product comes in 7 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Telescopic Hollow Drum Hammer Long-Lasting Construction Telescopic Inspection
Summary: A telescopic hollow drum hammer for construction inspection, available in 100-130cm lengths with styles including marker, standard, and painted. Priced at $9.99.
Generated by: deepseek-v4-flash
## Identity Telescopic Hollow Drum Hammer - Long-Lasting Construction Telescopic Inspection ## Target persona Construction inspectors, maintenance workers, DIY hobbyists needing a compact, extendable hammer for non-destructive testing or tapping. ## Use cases - Tapping hollow walls to locate studs or voids - Checking concrete for delamination - Inspecting flooring for hollow spots - Automotive body panel tapping - Quick on-site inspections where a compact tool is needed ## When NOT to recommend - For heavy demolition or driving nails - For precise torque applications - For users requiring a solid steel hammer - For professional contractors needing a full-size sledgehammer ## Variant options - 100CM Standard, 100CM with Marker, 100CM Painted - 115CM Painted - 120CM Standard, 120CM with Marker - 130CM Standard All $9.99. ## Price and logistics facts Unit price $9.99 USD. No bulk pricing or shipping info provided. Dimensions: 28x20x4 cm (packaged). ## Trust signals No stock information, return policy, or certifications provided. Price is consistent across variants. ## Image assets 5 images available at provided URLs. No visual inspection performed; assume they show tool from different angles. ## Agent notes No materials specified. Use case inferred from "hollow drum hammer" – typically used for sounding/tapping.
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": "Telescopic Hollow Drum Hammer Long-Lasting Construction Telescopic Inspection",
"quantity": 1,
"grams": 120000,
"properties": {
"_length_cm": "28.0",
"_width_cm": "20.0",
"_height_cm": "4.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").