Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $11.99 – $18.99
Default variant: Winter Solstice / 6 Small Cups
Default SKU: 6049571568662
Default price: $11.99
Availability: In Stock
Product Type: Beverage Warmers
Vendor: World Products
Weight: 250 g
Cart URL (default variant): https://landmarks.builders/cart/48193425932527:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/ceramic-sake-set-sapphire-blue-new-chinese-style
JSON data: https://landmarks.builders/products/ceramic-sake-set-sapphire-blue-new-chinese-style.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 art of sake with this exquisite Ceramic Sake Set. Designed in the distinctive 'New Chinese' and 'Guochao' style, this set brings a touch of cultural elegance to any occasion. The premium ceramic construction ensures durability and a refined feel, while the captivating sapphire blue hue makes it a standout piece in your barware collection.
Material: Ceramic
Color: Sapphire Blue
Style: New Chinese, Guochao Style
Summary: Ceramic sake set in sapphire blue, New Chinese style, includes pot, 4 cups, warmer, bamboo tray; price from $11.99.
Generated by: deepseek-v4-flash
## Identity Ceramic Sake Set, Sapphire Blue, New Chinese Style, product type: Beverage Warmers. ## Target persona Home entertainers and sake enthusiasts seeking culturally styled ceramic serveware; gift buyers looking for an affordable, aesthetic sake set. ## Use cases - Serving warm sake at dinner parties - Gifting to hosts or sake lovers - Decorative display in home bar - Pairing with Asian cuisine meals - Casual hot beverage service (small cups) ## When NOT to recommend - For large gatherings requiring more than 6 cups - For those needing dishwasher-safe or lead-free certified ceramic (not specified) - For users preferring modern minimalist or Western barware ## Variant options - Winter Solstice / 6 Small Cups: $11.99 - Winter Solstice / 1 Pot, 4 Cups, 1 Warmer: $18.99 ## Price and logistics facts Price: $11.99 (6 small cups variant), $18.99 (full set). Currency: USD. No shipping or tax information provided. ## Trust signals In stock not specified. No return policy mentioned. No certifications listed. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/ea13f68f65ac49fa8efb49e40ab0401e.png?v=1774321644 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e8eb2ae4e568baf0778a273d1c5fb59915cbab2e4de5ce9c7b89dd2bca689e11.jpg?v=1774321644 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c41edea09b04f96611162b1773cb55d300e009c3c45f23e5fb9029bac0be6624.jpg?v=1774321644 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e65be12075841000ec0620b0d849f0875de185893a57fc5cea9e54cabd64a3d6.jpg?v=1774321644 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/95bed72407ad61fd5313565217532fd00d76c351f0c4f8b95f40d9e3e474def1.jpg?v=1774321644 ## Agent notes No image understanding performed. Dimensions not provided.
This product has 17 imagesin catalog.None have AI-generated visual descriptions yet. All image URLs are in the Product JSON-LD above.
Ceramic · 5-piece set · Sapphire Blue
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": "Ceramic Sake Set Sapphire Blue New Chinese Style",
"quantity": 1,
"grams": 250000,
"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").