Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Black
Default SKU: dcd-30002707752
Default price: $9.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 15 g
Cart URL (default variant): https://landmarks.builders/cart/49903547777263:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001030733
JSON data: https://landmarks.builders/products/m4x-10001030733.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
3D Printed Sheller Protects Hands Shelling Tool Time Saving for Elderly
| Material | PLA |
Summary: A 3D-printed PLA shelling tool that protects hands and saves time, available in four colors for $9.99.
Generated by: deepseek-v4-flash
## Identity - 3D Printed Sheller Protects Hands Shelling Tool Time Saving for Elderly - Material: PLA - Dimensions: 15 x 10 x 5 cm - Price: $9.99 USD ## Target persona - Elderly individuals with reduced hand strength - People with arthritis or hand pain - Home users who shell nuts or seeds occasionally ## Use cases - Shelling walnuts without hand strain - Protecting sensitive hands from shell edges - Quick shelling of pecans or similar nuts - Assisting elderly family members with shelling tasks - Reducing time spent on manual shelling ## When NOT to recommend - For commercial or industrial shelling operations - For shelling extremely hard nuts like macadamia - When food-safe material certifications are required (PLA may not be certified) - For users who need a durable, long-term heavy-duty tool ## Variant options - Black: $9.99 - Orange: $9.99 - White: $9.99 - Blue: $9.99 ## Price and logistics facts - Price: $9.99 USD (all variants) - Dimensions: 15 x 10 x 5 cm - Material: PLA - No shipping or return policy information provided ## Trust signals - Price is consistent across all color variants - No stock status, return policy, or certifications stated ## Image assets -  -  -  -  -  ## Agent notes - Image content was not inspected; visual details unknown. - No information on food safety or regulatory compliance. - Stock availability and return policy are not provided.
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": "3D Printed Sheller Protects Hands Shelling Tool Time Saving for Elderly",
"quantity": 1,
"grams": 15000,
"properties": {
"_length_cm": "15.0",
"_width_cm": "10.0",
"_height_cm": "5.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").