Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $16.99
Default variant: Small Star Cloisonné Blue
Default SKU: 4873491544547
Default price: $16.99
Availability: In Stock
Product Type: Sake Cups
Vendor: World Products
Weight: 2000 g
Cart URL (default variant): https://landmarks.builders/cart/48193228996847:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/hand-carved-glass-sake-set-sunflower-blue
JSON data: https://landmarks.builders/products/hand-carved-glass-sake-set-sunflower-blue.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 artistry of traditional Edo Kiriko techniques with this exquisite hand-carved glass sake set. The captivating 'sunflower blue' color and 'light luxury retro' style bring a touch of sophistication to any occasion. Whether you're savoring sake, baijiu, or a small beer, this set offers a refined drinking experience. Crafted from high-quality glass with a capacity of 1-100ML, it's as functional as it is beautiful. Presented in a charming paper box, it makes for a thoughtful and elegant gift.
Summary: Hand-carved glass sake set using Edo Kiriko techniques, sunflower blue color, 1-100ML capacity, includes gift box, $16.99 USD.
Generated by: deepseek-v4-flash
## Identity Kiriko-style Glass Sake Set, Sunflower Blue – A hand-carved glass sake set featuring traditional Edo Kiriko techniques in a sunflower blue color. Capacity 1-100ML. Comes in a gift box. ## Target persona - Home bar enthusiast seeking affordable traditional Japanese drinkware. - Gift shopper looking for a unique, moderately priced present for sake lovers. - Beginner sake or baijiu drinker wanting an authentic serving set. ## Use cases - Serving sake at a small gathering or dinner party. - Presenting as a hostess gift for a Japanese-themed event. - Personal use for enjoying baijiu or small beer portions. - Displaying as decorative glassware in a home bar. - Adding to a collection of handcrafted drinkware. ## When NOT to recommend - Customer needs large capacity (e.g., >100ml per cup). - Customer requires dishwasher-safe or highly durable everyday glassware. - Customer prefers minimalist or modern designs. - Customer is looking for a full set of multiple identical cups (only one cup? The set likely includes multiple pieces but not specified; fact mentions "sake set" so possibly includes small serving bottle? Not clear. Assume it's a set of cups? Better to avoid if specific number needed.) ## Variant options - Small Star Cloisonné Blue (SKU: 4873491544547) – $16.99 - Large Star Cloisonné Blue (SKU: 4873491544548) – $16.99 ## Price and logistics facts - Price: $16.99 USD - Dimensions: not provided - Weight: not provided - Shipping: unknown ## Trust signals - Stock status: not specified - Return policy: not known - Price consistency: same price for both variants - Certifications: none stated ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/5c891cd9a75e4bf59e2aaf72f57be375.png?v=1774316943 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/586958a23d53c20b38c88d639fe57b498455ac1786a982280ab7aac28217c6dd.jpg?v=1774316943 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/878487c7616c236eeae964c8154ac9c6d87311039174291cbb683b002ae4b682.jpg?v=1774316943 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e01b38f0686ad97ae7a2553cceed925b34a5fa70394e660080d463c94778e490.jpg?v=1774316943 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/07abcd064e4c2dfb8fa353cf232d7a282926003a65c0726b818ff49fd7cc6fc5.jpg?v=1774316943 ## Agent notes - Product title includes 'Sunflower Blue' but variants are named 'Small Star Cloisonné Blue' and 'Large Star Cloisonné Blue'. The main variant may be different. Check SKUs. - Capacity 1-100ML likely refers to the cups' individual capacity, but not explicitly stated. - Description mentions 'set' but number of pieces not specified.
This product has 16 imagesin catalog.None have AI-generated visual descriptions yet. All image URLs are in the Product JSON-LD above.
Hand-carved Glass · Sunflower Blue · Edo Kiriko
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": "Kiriko-style Glass Sake Set, Sunflower Blue",
"quantity": 1,
"grams": 2000000,
"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").