Brand: World Products (Landmark)
SKU: dcd-30002759428
Price: $58.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 4800 g
Cart URL (default variant): https://landmarks.builders/cart/49811072712943:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001044047
JSON data: https://landmarks.builders/products/m4x-10001044047.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
50 Pieces 3/8 Inch Drive High-Force Socket Set Non-Slip Handle for Workshop
| Manufacturer Part Number | P6980 |
| Set or Single Item | Set |
| Tools Included | Sockets |
| Size | 4mm,4.5mm,5mm,5.5mm,6mm,7mm,8mm,9mm,10mm,11mm,12mm,13mm,14mm,15mm,16mm,17mm,18mm,19mm,20mm,21mm,22mm,23mm,24mm,25mm,26mm,27mm,28mm,29mm,30mm,32mm,33mm,34mm,1/4in.,9/32in.,5/16in.,11/32in.,3/8in.,7/16in.,1/2in.,9/16in.,5/8in.,11/16in.,3/4in. |
| Drive Type | 6 Point |
| Socket Type | Impact |
| System of Measurement | Metric |
| Drive Size | 3/8in. |
| Surface Finish | Black Oxide |
| Number of Pieces | 50 |
| Unit Quantity | 1 |
| Unit Type | Unit |
Summary: 50-piece 3/8-inch drive socket set, wear-resistant, for professionals. Priced at $58.99. Single size variant available.
Generated by: deepseek-v4-flash
## Identity 50-piece 3/8-inch drive high-force socket set, wear-resistant, for professionals. ## Target persona Professional mechanics, auto repair technicians, and serious DIY enthusiasts who need a durable mid-range socket set. ## Use cases - Routine automotive repairs (e.g., engine, suspension work) - Heavy equipment maintenance (e.g., tractors, construction machinery) - Industrial assembly and disassembly tasks - Home workshop projects requiring 3/8-inch drive sockets - Mobile mechanic services (portable size 38.5 x 27.8 x 6.3 cm) ## When NOT to recommend - For precision electronics or small fasteners (3/8-inch too large) - For budget buyers seeking the lowest-price option - For professionals needing a full range of sizes (e.g., 1/4-inch or 1/2-inch sets) - For extreme high-torque applications (use 1/2-inch drive instead) ## Variant options - 3/8 50-piece (sku dcd-30002759428) - $58.99 ## Price and logistics facts - Price: $58.99 USD - Dimensions: 38.5 x 27.8 x 6.3 cm - Single variant available ## Trust signals - In-stock status: not specified - Return policy: not specified - Price consistency: listed at $58.99 - Certifications: none provided ## Image assets No image URLs provided. ## Agent notes - Only basic product facts available; no detailed description, reviews, or specifications. - Image understanding not performed.
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": "50 Pieces 3\/8 Inch Drive High-Force Socket Set Non-Slip Handle for Workshop",
"quantity": 1,
"grams": 4800000,
"properties": {
"_length_cm": "38.5",
"_width_cm": "27.8",
"_height_cm": "6.3"
}
}],
"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").