Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $2.22 – $2.78
Default variant: Stainless Steel Flower 4-Piece Boxed
Default SKU: dcd-30003861390
Default price: $2.78
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Kitchen Tools
Vendor: World Products
Weight: 30 g
Cart URL (default variant): https://landmarks.builders/cart/50457743851759:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001359411
JSON data: https://landmarks.builders/products/wp-dcd-10001359411.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Elevate your common tea ritual with this exquisitely crafted matcha sieve, designed specifically for tea enthusiasts who appreciate both form and function. Made from food-grade stainless steel, this accessory features a smooth mirror-finish silver finish that resists wear while maintaining a pristine appearance in your kitchen. Its unique one-piece metal construction is shaped with rounded petal-like edges, creating an elegant sieve with flower shape that brings a touch of artistic beauty to your countertop. Measuring a compact 1.5 x 1.5 x 0.3 cm with a 5 mm center section, this miniature tea strainer is sized for quick, mess-free handling. Whether you are preparing a traditional bowl of Usucha or dusting fine powder over lattes and desserts, this dedicated matcha strainer ensures a smooth, clump-free consistency every time. The flat, space-saving design of this stainless steel matcha sieve makes it incredibly easy to clean and store, fitting seamlessly into any modern kitchen drawer or travel bag for a refined experience wherever you go.
Summary: Elevate your common tea ritual with this exquisitely crafted matcha sieve, designed specifically for tea enthusiasts who appreciate both form and function. Made from food-grade stainless steel, this accessory features a smooth mirror-finish silver finish that resists wear while maintaining a pristine appearance in your kitchen. Its unique one-piece metal construction is shaped with rounded petal-like edges, creating an elegant sieve with flower shape that brings a touch of artistic beauty to your countertop. Measuring a compact 1.5 x 1.5 x 0.3 cm with a 5 mm center section, this miniature tea strainer is sized for quick, mess-free handling. Whether you are preparing a traditional bowl of Usucha or dusting fine powder over lattes and desserts, this dedicated matcha strainer ensures a smooth, clump-free consistency every time. The flat, space-saving design of this stainless steel matcha sieve makes it incredibly easy to clean and store, fitting seamlessly into any modern kitchen drawer or travel bag for a refined experience wherever you go.
Generated by: deepseek-v4-flash
This product has 3 images 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": "Matcha Sieve Stainless Steel Matcha Strainer Food-Grade Sieve with Flower Shape for Tea Enthusiasts, Kitchen",
"product_id": 9539292987631,
"variant_id": 50457743851759,
"quantity": 1,
"grams": 30,
"length_cm": "12.0",
"width_cm": "10.0",
"height_cm": "1.3"
}],
"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").