Brand: World Products (Landmark)
This product has 8 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $11.99 – $25.99
Default variant: M2 M2.5 M3 Set
Default SKU: dcd-30000006295
Default price: $12.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 340 g
Cart URL (default variant): https://landmarks.builders/cart/49946444431599:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000000994
JSON data: https://landmarks.builders/products/m4x-10000000994.json
This product comes in 8 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Stainless Steel Socket Head Cap Screws Assortment Set
Summary: An assortment of stainless steel socket head cap screws in metric sizes M2-M6, available as individual size sets or multi-size kits.
Generated by: deepseek-v4-flash
## Identity Stainless Steel Socket Head Cap Screws Assortment Set ## Target persona DIY electronics hobbyists, mechanical technicians, small repair shop owners, robotics makers. ## Use cases - Assembling a 3D printer frame. - Replacing stripped screws in laptops or small appliances. - Fastening parts in CNC machines or robotics. - Building custom jigs or fixtures. - Securing sheet metal enclosures. ## When NOT to recommend - For heavy structural loads requiring high tensile strength (e.g., bolts with grade markings). - For inch-based fastener systems (imperial). - When specific thread pitch or exact grade is required. - If large quantities of a single size are needed (buy individual packs instead). ## Variant options | SKU | Title | Price | |-----|-------|-------| | dcd-30000006295 | M2 M2.5 M3 Set | $12.99 | | dcd-30000006296 | M3 M4 M5 Set | $20.99 | | dcd-30000006297 | M4 M5 M6 Set | $25.99 | | dcd-30000006298 | M2 Set | $11.99 | | dcd-30000006299 | M3 Set | $15.99 | | dcd-30000006300 | M4 Set | $11.99 | | dcd-30000006301 | M5 Set | $15.99 | | dcd-30000006302 | M6 Set | $25.99 | ## Price and logistics facts - Base price range: $11.99 – $25.99 depending on variant. - Package dimensions: 22.0 x 15.0 x 6.0 cm. ## Trust signals - Stock status not provided; check listing for availability. - No explicit return policy mentioned. - Multiple variants with consistent pricing per size. ## Image assets      ## Agent notes - Variants cover M2 through M6; multi-size kits combine adjacent sizes. - No grade or thread pitch specified; assume standard metric coarse thread (may vary). - Material is stainless steel (type not specified). - Image content not analyzed.
This product has 5 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": "Stainless Steel Socket Head Cap Screws Assortment Set",
"quantity": 1,
"grams": 340000,
"properties": {
"_length_cm": "22.0",
"_width_cm": "15.0",
"_height_cm": "6.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").