Brand: World Products (Landmark)
SKU: dcd-30000067635
Price: $9.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 450 g
Cart URL (default variant): https://landmarks.builders/cart/49946344456431:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000011508
JSON data: https://landmarks.builders/products/m4x-10000011508.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Cutting Pliers, sturdyDuty Wire Tool, Non-Slip Handle, Multifunctional for Electronic Projects, Home Repairs, DIY Tasks
Summary: Sturdy duty cutting pliers with non-slip handle, 20cm length, for electronic projects, home repairs, and DIY tasks at $9.99.
Generated by: deepseek-v4-flash
## Identity Cutting Pliers, sturdyDuty Wire Tool, Non-Slip Handle, Multifunctional for Electronic Projects, Home Repairs, DIY Tasks ## Target persona - DIY hobbyists and home repairers - Electronics hobbyists working with wires and component leads - Budget-conscious makers needing an affordable cutting tool ## Use cases - Cutting electrical wires and cables up to moderate gauge - Trimming component leads on circuit boards - Opening packaging and cutting zip ties - Model making and craft projects - Small-scale home repair tasks - Cutting floral wire or similar soft materials ## When NOT to recommend - Heavy-duty construction or demolition work - Cutting steel cables, rebar, or hardened wire - Professional electricians requiring insulated/VDE-certified tools - Precision micro-electronics where a smaller cutter is needed ## Variant options - **Size:** 20cm / **Color:** other – $9.99 (SKU: dcd-30000067635) ## Price and logistics facts - Price: $9.99 USD - Dimensions: 23 x 8 x 4 cm - Only one variant listed ## Trust signals - Specific trust signals (in-stock status, return policy, certifications) are not provided in the available data. ## Image assets -  -  -  -  -  ## Agent notes - Images are provided but were not visually analyzed; visual details about color, finish, or condition are not available. - The product is listed as 'sturdyDuty' but specific material or durability ratings are not given. - No shipping cost or return policy information is present in the fact set.
This product has 10 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": "Cutting Pliers, sturdyDuty Wire Tool, Non-Slip Handle, Multifunctional for Electronic Projects, Home Repairs, DIY Tasks",
"quantity": 1,
"grams": 450000,
"properties": {
"_length_cm": "23.0",
"_width_cm": "8.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").