Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $183.99 – $414.99
Default variant: Matte Iron L Clamp
Default SKU: dcd-30002754290
Default price: $183.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 3800 g
Cart URL (default variant): https://landmarks.builders/cart/49811874021615:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001042580
JSON data: https://landmarks.builders/products/m4x-10001042580.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Engraver's Ball Vise Precision Machined Rotating Jeweler's Vise Heavy Duty
| Size | 3/8 in |
| Unit Quantity | 1 |
| Unit Type | Unit |
| Country of Origin | China |
Summary: Adjustable rotational brake ball vise for engraving, available in three styles: Matte Iron L Clamp, 304 Ss Medium Clamp, and 304 Ss Bright S Ball, priced from $183.99.
Generated by: deepseek-v4-flash
## Identity Engraver's Ball Vise Adjustable Rotational Brake Rotating Jeweler's Vise ## Target persona Jewelry engravers, metalworkers, artisans who need precise positioning of small workpieces for engraving, stone setting, or fine metal carving. ## Use cases - Engraving intricate patterns on rings, pendants, or metal plates - Setting stones in jewelry requiring stable rotation - Carving metal with burrs or gravers - Precision drilling or filing small parts - Assembling delicate components under magnification ## When NOT to recommend - Casual DIY projects with no need for fine positioning - Woodworking only (no provision for wood-specific clamping) - Heavy industrial machining (not built for high torque or large workpieces) - Users requiring a standard bench vise without rotation ## Variant options - **Matte Iron L Clamp** – $183.99 - **304 Ss Medium Clamp** – $183.99 - **304 Ss Bright S Ball** – $414.99 ## Price and logistics facts - Base price: $183.99 USD - Dimensions: 25 × 19 × 15 cm (length × width × height) - No shipping or tax details provided ## Trust signals - No in-stock status, return policy, or certifications provided ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/fc4936d0-0b64-4609-a04f-9fddcd22cee0.jpg?v=1781600871 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/aa871837-a473-4649-b7ef-716bf5b4bdcb.jpg?v=1781600871 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4f3fecdd-debc-4dcb-aa1d-f27fcf241733.jpg?v=1781600870 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/869a4060-a8ac-4ff9-b9e7-ce2d7685d1f3.jpg?v=1781600869 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/8188a72d-8d42-4b38-871f-93c2bf0b3fea.jpg?v=1781600874 ## Agent notes No visual details were extracted from images; treat image URLs as fetchable assets only.
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": "Engraver's Ball Vise Precision Machined Rotating Jeweler's Vise Heavy Duty",
"quantity": 1,
"grams": 3800000,
"properties": {
"_length_cm": "25.0",
"_width_cm": "19.0",
"_height_cm": "15.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").