Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Silver / 15ML
Default SKU: dcd-30002756832
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: 35 g
Cart URL (default variant): https://landmarks.builders/cart/49879175299311:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001043368
JSON data: https://landmarks.builders/products/m4x-10001043368.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Walnut Handle Coffee Spoon Long Handle Coffee Bean Spoon for Cafe, Office Pantry
Summary: Walnut handle coffee spoon with long handle, available in silver or black, 15ml capacity, for cafes, offices, pantries. Price $9.99.
Generated by: deepseek-v4-flash
## Identity Walnut Handle Coffee Spoon (Long Handle) for scooping coffee beans and measuring. Sold individually. ## Target persona Baristas needing a durable scoop; office workers stocking pantry supplies; home coffee enthusiasts who prefer wood handles; cafe owners buying in small quantities. ## Use cases - Scooping coffee beans from bulk bins at cafes - Measuring ground coffee (approx 15ml per scoop) - Stirring coffee or tea in tall mugs - Displaying as part of coffee station decor - Using as a small scoop for sugar or other pantry items - Serving as a reusable alternative to disposable scoops ## When NOT to recommend - If precise weight measurement is required (this is volume-based) - For commercial high-volume use needing stainless steel durability - If the buyer expects a full set of utensils (single spoon only) - For left-handed users? (no left-handed variant mentioned) ## Variant options - Silver / 15ML - Silver / 15ML a - Black / 15ML - Black / 15ML a ## Price and logistics facts - Price: $9.99 USD (all variants) - Dimensions: 22 cm length, 16 cm width, 5 cm height (packaged) - No weight or shipping info provided. ## Trust signals - Price consistent across variants. - No stock status, return policy, or certifications stated in source data. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4c637041-00e3-428d-a7a3-dddf8f38f871.jpg?v=1782126346 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/37952b3d-799f-4ed4-90b8-dc2ddc276bbe.jpg?v=1782126345 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/0c6e3099-0c82-44c3-83f2-3db53163ea35.jpg?v=1782126347 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/af6ee11f-1b02-492a-bd9b-056be9ac2942.jpg?v=1782126345 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/17ffbe92-d68a-4211-9e4d-97dc750865a9.jpg?v=1782126344 ## Agent notes - Two variant sizes are labeled "15ML a" — possibly a duplicate or typo; verify actual capacity. - No material details beyond "walnut handle." Spoon part material unknown. - No weight listed.
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": "Walnut Handle Coffee Spoon Long Handle Coffee Bean Spoon for Cafe, Office Pantry",
"quantity": 1,
"grams": 35000,
"properties": {
"_length_cm": "22.0",
"_width_cm": "16.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").