Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $226.99 – $286.99
Default variant: Mini Coffee Bean
Default SKU: dcd-30003433940
Default price: $226.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 1550 g
Cart URL (default variant): https://landmarks.builders/cart/49813620162799:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001214125
JSON data: https://landmarks.builders/products/m4x-10001214125.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: An acrylic coffee dripper for pour-over brewing, available in three styles with prices from $226.99 to $286.99, dimensions 39.5x34.5x18.5 cm.
Generated by: deepseek-v4-flash
## Identity Acrylic Coffee Dripper Light Luxury Hand Pour Coffee Dripper Transparent – a manual pour-over coffee dripper made of acrylic, transparent design. Available in three packaging styles. ## Target persona - Home baristas who enjoy manual pour-over brewing. - Coffee enthusiasts seeking an aesthetic transparent dripper. - Gift givers looking for a premium coffee accessory. ## Use cases - Daily manual pour-over coffee brewing at home. - As a centerpiece for a home coffee station. - Gifting to a coffee lover on special occasions. - Enhancing the visual appeal of coffee preparation. - Travel or office use (if portability considered; size 39.5 cm may be large). ## When NOT to recommend - For buyers who prefer automatic drip coffee makers. - For budget-conscious shoppers (prices start at $226.99). - For those needing a compact portable dripper (dimensions are large). - If acrylic material is not desired (e.g., prefer glass or ceramic). ## Variant options - **Mini Coffee Bean** ($226.99) – basic style. - **Gift Box Coffee Bean** ($249.99) – includes gift box packaging. - **Metal Aluminum Box** ($286.99) – comes in a metal aluminum storage box. ## Price and logistics facts - Price range: $226.99 – $286.99 USD. - Dimensions: 39.5 cm (length) x 34.5 cm (width) x 18.5 cm (height). - No shipping or tax information provided. ## Trust signals - Stock status: not provided. - Return policy: not provided. - Price consistency: no historical data. - Certifications: none mentioned. ## Image assets - 5 images available (URLs listed below). Images not analyzed; visual details not inferred. ## Agent notes - Image understanding was not performed; do not infer visual features. - No product description or type tag available; rely on title and variants. - Dimensions are large; confirm fit for intended use. - No warranty or material details beyond "acrylic".
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": "Acrylic Coffee Dripper Light Luxury Hand Pour Coffee Dripper Transparent",
"quantity": 1,
"grams": 1550000,
"properties": {
"_length_cm": "39.5",
"_width_cm": "34.5",
"_height_cm": "18.5"
}
}],
"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").