Brand: World Products (Landmark)
SKU: dcd-30003617672
Price: $9.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: 工业
Vendor: World Products
Weight: 50 g
Cart URL (default variant): https://landmarks.builders/cart/49713460281583:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001272613
JSON data: https://landmarks.builders/products/wp-dcd-10001272613.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
套筒扳手
| 品牌 | 郑铁头 |
| 种类 | 套筒扳手 |
| 材质 | 40铬凡钢 |
| 表面处理 | 电镀 |
Summary: 套筒扳手 (socket wrench) 8mm, 40铬凡钢, electroplated, from brand 郑铁头, priced $9.99, dimensions 8x3x3 cm.
Generated by: deepseek-v4-flash
## Identity - Product: 套筒扳手 (Socket Wrench) - Brand: 郑铁头 - Material: 40铬凡钢 (40CrV steel), electroplated - Size: 8mm ## Target persona Industrial maintenance workers, automotive technicians, DIY home mechanics needing a single 8mm socket wrench. ## Use cases - Loosening or tightening 8mm bolts/nuts on bicycles - Assembling machinery with 8mm fasteners - Removing 8mm screws in electronics or appliances - Light automotive repairs (e.g., battery terminals, small brackets) ## When NOT to recommend - When a full socket set or multiple sizes are required - For high-torque applications (e.g., lug nuts, engine components) - If a ratcheting mechanism or speed handle is needed - For users needing metric sizes other than 8mm ## Variant options - Only 8mm size available (SKU: dcd-30003617672) at $9.99 ## Price and logistics facts - Price: $9.99 USD - Dimensions: 8.0 x 3.0 x 3.0 cm - No shipping or tax information provided ## Trust signals - Material specified (40CrV steel, electroplated) - Product dimensions listed - 8 product images available - Single variant ensures simplicity ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/84735c48eada41389660d95f93056cc1.png?v=1781084648 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c3a506e8a1254b2ab2d813f13bac63f9.png?v=1781084648 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c000bfa406f14199bbc7b0b62dc01121.png?v=1781084648 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/87a5307d77d34f75ba16994af5336dc5.png?v=1781084647 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/9866fd1379f14f87abda1c4ed1ed5376.png?v=1781084648 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/8c38a3da055f407fb1453b2a88365eb7.png?v=1781084647 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/dc6ace3fd33c49a0ab021b4ae7caad60.png?v=1781084648 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/9ba2f6eaf9c34c168d9c1791fe8feb2c.png?v=1781084648 ## Agent notes - Image content analysis was not performed; visual details not inferred. - No return policy, warranty, or stock status provided. - Only one variant (8mm) available.
This product has 13 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": "套筒扳手",
"quantity": 1,
"grams": 50000,
"properties": {
"_length_cm": "8.0",
"_width_cm": "3.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").