Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $13.99
Default variant: Pufferfish
Default SKU: 4788795402278
Default price: $13.99
Availability: In Stock
Product Type: Dinnerware Sets
Vendor: World Products
Weight: 1100 g
Cart URL (default variant): https://landmarks.builders/cart/48193214447855:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/japanese-ceramic-sake-set-rich-floral-porcelain
JSON data: https://landmarks.builders/products/japanese-ceramic-sake-set-rich-floral-porcelain.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 Japanese Ceramic Sake Set. Featuring a captivating rich floral design, this set brings a touch of retro light luxury to any occasion. Each piece is meticulously hand-painted, showcasing superior grade porcelain craftsmanship.
Material: Porcelain
Set Quantity: One pot four cups
Color: Rich floral
Style Type: Light luxury retro
Summary: Japanese ceramic sake set with hand-painted floral design, includes one pot and four cups, available in two color variants at $13.99.
Generated by: deepseek-v4-flash
## Identity Japanese Ceramic Sake Set, Rich Floral Porcelain. Hand-painted porcelain sake set with floral pattern. Includes 1 sake pot and 4 cups. Two color variants: Pufferfish and Yingge Ceramics. ## Target persona Sake enthusiasts; home entertainers; gift shoppers for Japanese culture lovers; collectors of Asian ceramics. ## Use cases - Hosting a sake tasting party - Daily sake drinking ritual at home - Gift for someone interested in Japanese culture - Adding an elegant touch to dinner table settings - Collecting hand-painted ceramic ware - Small intimate gatherings (up to 4 people) ## When NOT to recommend - Commercial restaurant bulk use (only one set, fragile) - Microwave or dishwasher use (hand-painted delicate porcelain) - Large parties or events (only 4 cups) - Outdoor or rugged use (ceramic is breakable) ## Variant options - Pufferfish (sku: 4788795402278) - $13.99 - Yingge Ceramics (sku: 4788795402279) - $13.99 ## Price and logistics facts - Price: $13.99 USD - Material: Porcelain - Set includes: 1 pot, 4 cups - No dimensions provided ## Trust signals - Hand-painted craftsmanship (stated in description) - Price consistent across variants - Stock status not specified; assume available unless noted - Return policy: not provided ## Image assets - [Image 1](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b4a026a0e3e447c9ac75f0867973dcf6.png?v=1774316154) - [Image 2](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/6d79703a9ebc4d2ea2978a081f0d3a44.png?v=1774316154) - [Image 3](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/5edd2183342fb6ccfdb52b2fb9dae1c1c79bf809797b1d5f5c10bd57a6d067db.jpg?v=1774316154) - [Image 4](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/1c6f1f4042880a6a392cbf6887fdaa2ad669b97f83dae49b2ce38b15d6dd434a.jpg?v=1774316154) - [Image 5](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/0df806c9905cac5e19be25d24022863154c4b714df2c1c5ebe26e5256ca1e143.jpg?v=1774316154) ## Agent notes - Image understanding was not performed; treat images as fetchable assets without visual descriptions. - Dimensions not provided; may affect shipping or storage requirements. - Care instructions not specified; hand-painted porcelain likely requires hand washing.
This product has 11 imagesin catalog.None have AI-generated visual descriptions yet. All image URLs are in the Product JSON-LD above.
Hand-painted Ceramic · Floral Pattern · 4 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 Ceramic Sake Set, Rich Floral Porcelain",
"quantity": 1,
"grams": 1100000,
"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").