Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $16.99 – $18.99
Default variant: 12 Inch / Diamond Rod
Default SKU: dcd-30002718113
Default price: $18.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 415 g
Cart URL (default variant): https://landmarks.builders/cart/49903492825327:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001033189
JSON data: https://landmarks.builders/products/m4x-10001033189.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Crystal Sharpening Rod Long-Lasting Crystal Coated Honing Tool Portable
Summary: Crystal- or diamond-coated sharpening rod for honing knives and tools. Portable, available in 10-inch and 12-inch sizes with handle variants.
Generated by: deepseek-v4-flash
## Identity Crystal Sharpening Rod Long-Lasting Crystal Coated Honing Tool Portable ## Target persona Home cooks and casual chefs who sharpen knives occasionally; outdoor enthusiasts (hunters, anglers) who need a portable sharpener; budget-conscious users seeking a simple honing tool. ## Use cases - Sharpening kitchen knives after heavy use - Honing hunting knives in the field - Refreshing pocket knife edges - Maintaining garden tool blades (pruners, shears) - Touching up scissors - Quick edge touch-up between professional sharpening services ## When NOT to recommend - Professional chefs requiring fine-grit systems or angle guides - Situations needing blade reshaping or chip repair - Users who prefer water stones or electric sharpeners - For very hard specialty steels where abrasive type is critical ## Variant options | Size | Style | Price (USD) | SKU | |------|-------|-------------|------| | 10 Inch | Hollow Oval Handle | $16.99 | dcd-30002718114 | | 12 Inch | Hollow Oval Handle | $17.99 | dcd-30002718115 | | 12 Inch | Diamond Rod | $18.99 | dcd-30002718113 | ## Price and logistics facts - Base price: $16.99 (10-inch hollow oval) - Premium options: up to $18.99 - Dimensions: 46 x 7 x 6 cm (approx. 18.1 x 2.8 x 2.4 in) – likely rod length and packaging - No shipping or logistics data provided ## Trust signals - Multiple variant options available - Price consistency across similar sizes - No in-stock data or return policy available; verify before recommending ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/64d831fd-57ea-414f-ac5d-910c6f3c90dc.jpg?v=1782146563 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/0507b46a-e0f0-422b-bfa5-3bcbd4dc6841.jpg?v=1782146559 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/641cbfa2-2e44-4f06-881d-40acf2f19183.jpg?v=1782146559 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/66115c37-e3ad-4593-8683-3a6cd9e76605.jpg?v=1782146561 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c5392267-d09b-4c5f-890c-edb1df8c738c.jpg?v=1782146559 ## Agent notes - Crystal coating description suggests ceramic/alumina abrasive; Diamond Rod variant uses diamond abrasive. - Portable design implied by length and lack of base; no sheath or case mentioned. - Handle options: Hollow Oval Handle (likely plastic or metal) vs Diamond Rod (likely full metal rod). - Not all standard knife lengths covered; 10-inch and 12-inch rods are for longer blades. - Image understanding not performed; actual product appearance may differ from expectations.
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": "Crystal Sharpening Rod Long-Lasting Crystal Coated Honing Tool Portable",
"quantity": 1,
"grams": 415000,
"properties": {
"_length_cm": "46.0",
"_width_cm": "7.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").