Brand: World Products (Landmark)
SKU: 5844699264993
Price: $13.99
Availability: In Stock
Product Type: Teacups
Vendor: World Products
Weight: 800 g
Cart URL (default variant): https://landmarks.builders/cart/48193427669231:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/japanese-arita-ware-ceramic-tea-set-80ml-cups
JSON data: https://landmarks.builders/products/japanese-arita-ware-ceramic-tea-set-80ml-cups.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Discover the artistry of Japanese Arita ware with this beautifully crafted ceramic tea set. Each piece is handmade, reflecting a dedication to quality and tradition. The elegant New Chinese and traditional Chinese style makes this set a stunning addition to any home or a distinguished gift.
This tea set is an ideal business gift, particularly suited for Teacher's Day or as a commemorative award. Its refined aesthetic and practical design make it a cherished present for teachers and loved ones. The "North 1 See Mountain 5 Cup Gift Box" presentation adds an extra touch of thoughtfulness.
Summary: Handmade Japanese Arita ware ceramic tea set with 80ml cups, suitable for daily use or as a gift.
Generated by: deepseek-v4-flash
## Identity Japanese Arita Ware Ceramic Tea Set, 80ml Cups ## Target persona Tea enthusiasts seeking authentic Japanese ceramics; gift shoppers for Teacher's Day; collectors of handmade pottery. ## Use cases - Daily tea brewing for one or two people - Gift for Teacher's Day or other occasions - Display as decorative ceramic piece - Serving sake (80ml cups also suitable for sake) - Commemorative award or appreciation gift ## When NOT to recommend - Large gatherings (only one set of 5 cups? Actually variant is 1 set of 5 cups? The title says 'Tea Set' but variant is one cup? Wait: variant title 'North 1 - See Mountain / 80ml' suggests a single cup? The description mentions '5 Cup Gift Box', so this variant is a set of 5 cups? Need to infer: The variant is a set? Actually SKU is singular. Better to stick with facts: one variant with 80ml capacity. The product type is 'Teacups', so likely individual cups? But description says 'tea set' and '5 Cup Gift Box'. Possibly the variant is a set of 5 cups. But facts only list one variant. We'll treat as a set of 5 cups as per description.) - For users needing dishwasher or microwave safety (not specified) - For those wanting machine-made uniformity (handmade may have variations) - For large-volume tea drinkers (80ml per cup) ## Variant options Only one variant: "North 1 - See Mountain / 80ml" at $13.99. ## Price and logistics facts Price: $13.99 USD. No shipping or dimensions provided. ## Trust signals - Handmade Arita ware (traditional Japanese craft) - Single variant, price consistent - In-stock status not specified - Return policy not specified ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/2c78ef7a547b401ea3451b155c074574.png?v=1774321685 ## Agent notes No physical dimensions or weight provided. Image shows the product but detailed visual analysis was not performed.
This product has 1 imagein catalog.None have AI-generated visual descriptions yet. All image URLs are in the Product JSON-LD above.
Arita Ware · Ceramic · 80ml Cups
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": "Japanese Arita Ware Ceramic Tea Set, 80ml Cups",
"quantity": 1,
"grams": 800000,
"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").