Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $10.99 – $11.99
Default variant: Large: Height 37cm, Width 11cm
Default SKU: 5871619910950
Default price: $11.99
Availability: In Stock
Product Type: Vases
Vendor: World Products
Cart URL (default variant): https://landmarks.builders/cart/48189334716655:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/hand-painted-ceramic-vase-zen-style
JSON data: https://landmarks.builders/products/hand-painted-ceramic-vase-zen-style.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Discover the serene beauty of our Hand-painted Ceramic Vase, a true testament to traditional craftsmanship. Each vase is meticulously hand-painted with intricate landscape and floral patterns, making every piece a unique work of art. Its Zen and Chinese style brings a sense of calm and elegance to any room, transforming your space into a peaceful sanctuary.
Material: White porcelain
Surface Process: Hand-painted
Style: Zen
Craftsmanship: Pure handmade
Dimensions: Small, Height 18CM, Width 18CM, Mouth 9
Summary: Hand-painted ceramic vase with Zen design, made of white porcelain, available in three sizes from 10.99 USD.
Generated by: deepseek-v4-flash
## Identity Hand-painted Ceramic Vase, Zen Style – White porcelain, pure handmade painting, landscape and floral patterns. ## Target persona Home decor enthusiasts seeking affordable, handcrafted accent pieces; minimalists or those with Zen/Chinese aesthetic preferences; budget-conscious shoppers looking for unique vases under $12. ## Use cases - Displaying dried or artificial flowers in living room - Adding a serene focal point on an entryway console - Table centerpiece for casual dining - Shelf decor in a meditation or reading nook - Gift for housewarming or hostess who appreciates artisan items ## When NOT to recommend - For large bouquets requiring tall or wide-mouthed vases (small mouth 9cm) - For modern industrial or maximalist decor styles - If the buyer needs exact dimensions for a specific fit (medium and large widths are 11-17cm, heights 25-37cm) - If the buyer requires a high-end luxury brand or certified artisan product ## Variant options - Small: Height 18cm, Width 18cm, Mouth 9cm – $10.99 - Medium: Height 25cm, Width 17cm – $11.99 - Large: Height 37cm, Width 11cm – $11.99 ## Price and logistics facts Price range $10.99–$11.99 USD. No shipping or stock info available. Small is cheapest. ## Trust signals None explicitly stated; no return policy or stock status given. Price consistency across sizes except small is slightly lower. Image assets provided. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/5bfcd171ef054d27b2bf95519daccb3b.png?v=1774192196 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/9a6f02ecdfdc09326000f284f57262183710714b2428391ecc20c60f257d4178.jpg?v=1774192196 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/2e391b62478febd238753b5d705a06f3585e08b796c85cdc983ef2e3954f253a.jpg?v=1774192196 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/2ac68ffb4042dce1fba3285d26201f7588adbe9c38e4a48ba4f7a84e8f09857c.jpg?v=1774192196 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/2240a2bbff064be1cd96ea8bc585a7d0444fbb17ab4ed9c0c32ea7d716c36613.jpg?v=1774192196 ## Agent notes No image understanding was performed. Dimensions only available for small variant from description; medium and large dimensions from variant titles. Material: white porcelain. No reviews or certifications.
This product has 20 imagesin catalog.None have AI-generated visual descriptions yet. All image URLs are in the Product JSON-LD above.
Hand-painted Ceramic · Zen Style · White Porcelain
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": "Hand-painted Ceramic Vase, Zen Style",
"quantity": 1,
"grams": 0,
"properties": {
"_length_cm": "",
"_width_cm": "18.0",
"_height_cm": "18.0"
}
}],
"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").