Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $6.99
Default variant: Gold Rim Hexagonal Cup / 51-100ML
Default SKU: 3766688154036
Default price: $6.99
Availability: In Stock
Product Type: Teacups
Vendor: World Products
Weight: 120 g
Cart URL (default variant): https://landmarks.builders/cart/48193209925871:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/gold-rimmed-dou-li-glass-tea-cup-hand-fired
JSON data: https://landmarks.builders/products/gold-rimmed-dou-li-glass-tea-cup-hand-fired.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 exquisite beauty and superior quality of our Gold Rimmed Dou Li Glass Tea Cup. Meticulously hand-fired by skilled artisans, this single-layer cup is designed to enhance your tea-drinking experience. Made from premium heat-resistant glass, it ensures durability and safety, allowing you to savor every sip at the perfect temperature. The elegant gold rim and distinctive hammer pattern add a touch of refined Japanese aesthetic, making it a stunning addition to any tea ware collection. With a capacity of 51-100ML, it's perfectly sized for your favorite loose-leaf teas or delicate infusions. Whether you're hosting a traditional Japanese tea ceremony or enjoying a quiet moment of reflection, this tea cup offers both style and functionality.
Summary: Gold-rimmed hand-fired glass teacup with hammered or hexagonal pattern, 51-100ml, heat-resistant, priced at $6.99 USD.
Generated by: deepseek-v4-flash
## Identity Gold Rimmed Dou Li Glass Tea Cup, Hand Fired – a single-layer heat-resistant glass teacup with elegant gold rim and hammer pattern. Available in two designs: Gold Rim Hexagonal Cup and Gold Rim Cherry Blossom Hammered Cup. Capacity 51-100ml. ## Target persona Tea enthusiasts who appreciate Japanese aesthetics, home users seeking an affordable yet elegant teacup for daily or ceremonial use, and gift shoppers for tea lovers. ## Use cases - Daily tea drinking (green, black, herbal) - Japanese tea ceremony (small servings) - Office tea break with loose-leaf teas - Hosting guests for afternoon tea - Gift for housewarming or tea lover - Collector of unique teacups ## When NOT to recommend - Need larger capacity (>100ml) for high-volume tea sessions - Require dishwasher-safe (not verified) - Prefer ceramic or porcelain teacups - Need a full tea set (sold as single cup) ## Variant options - SKU 3766688154036: Gold Rim Hexagonal Cup / 51-100ML – $6.99 - SKU 3766688154039: Gold Rim Cherry Blossom Hammered Cup / 51-100ML – $6.99 ## Price and logistics facts Price: $6.99 USD each. No shipping or tax information provided. ## Trust signals Both variants are in stock (assumed; no stock count given). No return policy mentioned. Price is consistent across variants. No certifications specified. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/eac37b34c59a4b1ab9c47d1bc1d06eb3.png?v=1774315969 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/436051cb22f87b51d086f2864fdc2b3c0c9d07ef5dff8c950f0b160335f33074.jpg?v=1774315969 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e873ed9a6779b7f4ab40ca1a04ece684f31e92b1676fcb18d21212ff6f69c3c0.jpg?v=1774315969 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/69af8220219fabe1971060245981afc7aa10dda836529a912afa3a96f2bfa0f0.jpg?v=1774315969 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/142bfb8edff4fef7116a24ce3d11c8dd86244adc85464fb9326aefa92c9159aa.jpg?v=1774315969 ## Agent notes - Exact dimensions (length, width, height) not provided; only capacity range (51-100ml) is given. - Image content not analyzed; treat URLs as fetchable assets only. - No stock quantity or shipping info available. - No information on dishwasher or microwave safety. - Material is glass with gold rim; gold may not be microwave or dishwasher safe.
This product has 17 imagesin catalog.None have AI-generated visual descriptions yet. All image URLs are in the Product JSON-LD above.
Hand-fired glass · 51-100ml · Gold rim detail
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": "Gold Rimmed Dou Li Glass Tea Cup, Hand Fired",
"quantity": 1,
"grams": 120000,
"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").