Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $15.99 – $20.99
Default variant: Silver
Default SKU: dcd-30002695070
Default price: $15.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 200 g
Cart URL (default variant): https://landmarks.builders/cart/49903557935343:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001029314
JSON data: https://landmarks.builders/products/m4x-10001029314.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Vietnamese Coffee Dripper Portable Stainless Steel Phin Filter Hand Brewed
| Gross Weight | 200g |
Summary: Portable stainless steel Vietnamese coffee dripper (phin filter) for hand-brewed coffee, available in Silver ($15.99), Black ($20.99), White ($20.99).
Generated by: deepseek-v4-flash
## Identity Portable Vietnamese Coffee Dripper (Phin Filter) made of stainless steel. Hand brewed. Gross weight 200g. Dimensions 15x15x10 cm. ## Target persona Home brewers seeking authentic Vietnamese coffee experience; travelers wanting portable brewing equipment; fans of stainless steel durability. ## Use cases Brewing Vietnamese iced coffee; making ca phe sua da; portable coffee brewing during travel; small batch pour-over alternative. ## When NOT to recommend For those preferring electric drip machines; for large-volume brewing (single cup only); for users who dislike manual brewing process. ## Variant options - Silver (SKU: dcd-30002695070) - $15.99 - Black (SKU: dcd-30002695071) - $20.99 - White (SKU: dcd-30002695072) - $20.99 ## Price and logistics facts Base price: $15.99 (Silver). Dimensions: 15x15x10 cm. Weight: 200g. Free shipping not specified. ## Trust signals No stock status provided; assume available. No return policy stated. Price consistent across Silver; Black and White $5 premium. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e0a93961-21fb-4be5-a500-8bab413d80e1.jpg?v=1782146588 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4e8d4a7c-7f04-4e37-b32e-95f674fe5180.jpg?v=1782146590 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7c54307f-47ae-4086-8eef-ccb3617d5b97.jpg?v=1782146588 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/480dce04-5a85-414f-b04f-a92ac166dded.jpg?v=1782146594 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/6406f1da-8a12-4c49-a070-4ff846a2866e.jpg?v=1782146589 ## Agent notes No product type specified. Return policy unknown. Image understanding not performed; visual details cannot be confirmed.
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": "Vietnamese Coffee Dripper Portable Stainless Steel Phin Filter Hand Brewed",
"quantity": 1,
"grams": 200000,
"properties": {
"_length_cm": "15.0",
"_width_cm": "15.0",
"_height_cm": "10.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").