Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $43.99 – $64.99
Default variant: Deluxe / Factory Config
Default SKU: dcd-30000068685
Default price: $43.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 2710 g
Cart URL (default variant): https://landmarks.builders/cart/49810703941871:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000011684
JSON data: https://landmarks.builders/products/m4x-10000011684.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Variable speed high-power drill
Summary: Variable speed high-power drill available in three variants: Deluxe/Factory Config, Deluxe/Full Function Set, Supreme Impact/Full Function Set.
Generated by: deepseek-v4-flash
## Identity Variable speed high-power drill ## Target persona DIY enthusiasts and homeowners needing a reliable drill for light to medium tasks; professionals needing a backup drill. ## Use cases - Drilling holes in wood, drywall, and plastic - Driving screws into pre-drilled holes - Light metal drilling - Assembling furniture - Home repairs ## When NOT to recommend - Heavy-duty construction drilling - Continuous professional use - Drilling into masonry or concrete without hammer function - Users needing cordless mobility ## Variant options | Variant | SKU | Price | |---------|-----|-------| | Deluxe / Factory Config | dcd-30000068685 | $43.99 | | Deluxe / Full Function Set | dcd-30000068686 | $55.99 | | Supreme Impact / Full Function Set | dcd-30000068687 | $64.99 | ## Price and logistics facts Base price: $43.99 USD; Dimensions: 35.0 x 31.7 x 10.01 cm ## Trust signals No specific trust signals provided (e.g., in-stock status, return policy, certifications). ## Image assets No image URLs available. ## Agent notes - Image understanding was not performed; cannot verify visual condition or aesthetics. - Product description is minimal; details may be incomplete.
This product has 9 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": "Variable speed high-power drill",
"quantity": 1,
"grams": 2710000,
"properties": {
"_length_cm": "35.0",
"_width_cm": "31.7",
"_height_cm": "10.01"
}
}],
"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").