Brand: World Products (Landmark)
SKU: dcd-30003679830
Price: $219.44
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Kitchen & Bathroom Appliances
Vendor: World Products
Weight: 6000 g
Cart URL (default variant): https://landmarks.builders/cart/50406099353839:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001296119
JSON data: https://landmarks.builders/products/wp-dcd-10001296119.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This manual brew tray features a slatted draining area and a built-in rinsing mechanism. It has a central star-shaped opening that functions as a rinser board for cups and glasses. The tray measures 54 cm in length, 43 cm in width, and 6 cm in depth. It has a square outer frame in a dark gray finish, with a 15 mm edge and inner sizing of 172 mm to 190 mm.
Summary: Manual brew tray with built-in rinser washer, featuring a star-shaped rinser board and slatted drain area. Listed at $219.44. Dimensions vary by spec: 56x45x10 cm (dimensions_cm) or 54x43x6 cm (description).
Generated by: deepseek-v4-flash
## Identity Manual Brew Tray with Built-in Rinser Washer (Model 5443). Product type: Kitchen & Bathroom Appliances. Dark gray square outer frame with 15 mm edge; inner sizing 172–190 mm. Includes slatted draining area and central star-shaped opening functioning as a rinser board for cups and glasses. ## Target persona Commercial café or restaurant operators needing a combined draining and rinsing surface for cups and glasses. Also relevant for specialty coffee baristas who want an integrated rinse station at the brew area. Not designed for casual home use or as a standard drip tray. ## Use cases - Rinsing cups and glasses directly on the brew tray after service. - Draining washed glassware or cups over the slatted area. - Replacing an existing drip tray on a commercial espresso or brew station. - Adding a built-in rinser to a manual pour-over or batch brew counter. - Supporting fast-paced barista workflow with integrated cup cleaning. ## When NOT to recommend - When the customer only needs a simple drip tray without rinsing functionality. - When rack or well dimensions fall outside the 172–190 mm inner width range. - For residential espresso machines with non-standard drip tray size. - When budget is a primary concern, as this is a premium-priced item. ## Variant options - Model 5443 (SKU dcd-30003679830) — listed at $219.44. Only variant currently available. ## Price and logistics facts - Price: 219.44 USD (exact). - Dimensions (from dimensions_cm): length 56.0 cm, width 45.0 cm, height 10.0 cm. - Description states different dimensions: 54 cm x 43 cm x 6 cm depth. - Shipping costs, availability, and delivery timelines not provided. ## Trust signals - Listed under tags: wp-content-validated, wp-quality-audited (content quality validation tags). - No explicit stock status, return policy, or manufacturer certifications provided. ## Image assets - One image available: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/58286f54-112b-4034-9407-3bf9902ac11b.jpg?v=1786242434 ## Agent notes - Image was not visually analyzed; no visual details inferred. - Dimensions discrepancy between dimensions_cm (56x45x10 cm) and description (54x43x6 cm). Verify with seller before recommending. - No compatibility information for specific machines; verify fitment against customer's equipment.
This product has 1 image in 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/estimateapplication/json
{
"rate": {
"origin": {"country": "CN"},
"destination": {
"country": "US",
"postal_code": "95014",
"province": "CA",
"city": "Cupertino"
},
"items": [{
"name": "Manual Brew Tray with Built-in Rinser Washer",
"product_id": 9537814200559,
"variant_id": 50406099353839,
"quantity": 1,
"grams": 6000,
"length_cm": "54.0",
"width_cm": "43.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. The estimate endpoint uses the product dimensions
provided in the request before calling SFC. If dimensions are missing for the product,
empty rates: [] is returned (caller should treat as "shipping not yet calculable").