Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $8.99 – $9.99
Default variant: Crescent Filter Cup (2021 Thickened Version)
Default SKU: 4922526334375
Default price: $9.99
Availability: In Stock
Product Type: Infusion Mugs
Vendor: World Products
Weight: 350 g
Cart URL (default variant): https://landmarks.builders/cart/48193221492975:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/hammered-glass-tea-cup-heat-resistant-glass
JSON data: https://landmarks.builders/products/hammered-glass-tea-cup-heat-resistant-glass.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Discover the beauty and functionality of our Hammered Glass Tea Cup. Expertly hand-blown from high borosilicate glass, this cup offers exceptional clarity and resilience. The intricate hammered texture catches the light, creating a mesmerizing visual appeal that complements its minimalist Japanese design. Designed for your comfort and safety, it's heat resistant up to a 180°C temperature difference, making it perfect for enjoying a warm cup of butterfly pea flower tea or any calming brew. Whether at home or in the office, this elegant tea cup adds a touch of sophistication to your daily ritual.
Summary: Hand-blown borosilicate glass tea cup with hammered texture, heat resistant up to 180°C. Two variants: with filter (Crescent) or with lid only. Price $8.99–$9.99.
Generated by: deepseek-v4-flash
## Identity Product: Hammered Glass Tea Cup, Heat-Resistant Glass. Type: Infusion Mugs. Material: High borosilicate glass. Heat resistance: Up to 180°C temperature difference. Design: Minimalist Japanese style, hammered texture. ## Target persona Tea enthusiasts who appreciate hand-blown glassware, minimalist design, and functional heat-resistant cups for hot beverages. Suitable for home or office use. ## Use cases 1. Enjoying hot tea (e.g., butterfly pea flower tea) at home or office. 2. Serving tea to guests with an aesthetically pleasing cup. 3. As a personal gift for tea lovers. 4. Using the filter variant for loose leaf tea infusions. 5. Pairing with other Japanese-style tableware. ## When NOT to recommend - For users needing a large capacity cup (dimensions unknown, likely small). - For those seeking a mug with handle (this appears handleless). - For dishwasher or microwave use not specified; caution if required. - For users preferring ceramic or porcelain over glass. ## Variant options 1. Crescent Filter Cup (2021 Thickened Version) - $9.99 - includes built-in filter. 2. Single Cup with Lid (No Filter) - $8.99 - includes lid, no filter. ## Price and logistics facts Base price: $8.99 (Single Cup with Lid). Filter variant: $9.99. Currency: USD. Dimensions not provided. Shipping origin and cost unknown. ## Trust signals - Hand-blown from high borosilicate glass (known for durability and thermal shock resistance). - Heat resistant up to 180°C temperature difference. - No inventory status provided; assume available unless stated. - No return policy mentioned; cannot assume. ## Image assets 5 image URLs available (see image_urls list). Images likely show product from different angles, including hammered texture. No alt text provided. ## Agent notes - No dimensions available; recommend requesting if needed. - Variant options differ: filter vs lid. Choose based on need. - Price is low, suitable for impulse buy.
This product has 16 imagesin catalog.None have AI-generated visual descriptions yet. All image URLs are in the Product JSON-LD above.
Hand-blown glass · Heat-resistant · Japanese style
Verdict: N/A
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": "Hammered Glass Tea Cup, Heat-Resistant Glass",
"quantity": 1,
"grams": 350000,
"properties": {
"_length_cm": "",
"_width_cm": "",
"_height_cm": ""
}
}],
"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").