Brand: World Products (Landmark)
SKU: dcd-30003630664
Price: $55.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 3500 g
Cart URL (default variant): https://landmarks.builders/cart/49810988597487:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001278037
JSON data: https://landmarks.builders/products/m4x-10001278037.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
114 Pieces Dent Puller Kit Bridge Style Paintless Dent Repair Kit
| Manufacturer Part Number | 19PCS two feet cannot adjust spacing |
| Type | Dent Repair Kit |
| Features | PDR (Paintless Dent Removal) |
Summary: 114-piece dent puller kit with suction cups for paintless dent repair. Supports customization of glue gun type (European or American). Priced at $55.99.
Generated by: deepseek-v4-flash
## Identity A 114-piece paintless dent repair kit including suction cups and glue gun. Customizable glue gun type (European or American). ## Target persona DIY car owners who want to remove minor dents at home. Small auto body shops seeking a budget-friendly dent repair tool. ## Use cases 1. Removing door dings from parking lot incidents. 2. Repairing hail damage on car panels. 3. Fixing small dents on trucks, vans, or RVs. 4. Straightening creases on metal surfaces. ## When NOT to recommend - For professional body shops requiring industrial-grade tools. - For repairing deep creases or sharp-edged dents. - For use on aluminum panels without special glue. - If the buyer needs a dent puller without customization options. ## Variant options - Only one variant: 114PCS at $55.99. ## Price and logistics facts - Price: $55.99 USD. - Dimensions: 45.0 x 25.0 x 12.0 cm. - No shipping or stock information provided. ## Trust signals - No certifications or warranties mentioned. - Price appears fixed across the single variant. - In-stock status unknown. ## Image assets No image URLs provided. ## Agent notes - Description in Chinese indicates customization of glue gun type; must specify European or American upon ordering. - Only one variant 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": "114 Pieces Dent Puller Kit Bridge Style Paintless Dent Repair Kit",
"quantity": 1,
"grams": 3500000,
"properties": {
"_length_cm": "45.0",
"_width_cm": "25.0",
"_height_cm": "12.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").