Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $13.99 – $15.99
Default variant: 8.8 inch Baking Pan - Green
Default SKU: 6212688334839
Default price: $13.99
Availability: In Stock
Product Type: Casseroles
Vendor: World Products
Weight: 900 g
Cart URL (default variant): https://landmarks.builders/cart/48193416036591:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/hand-painted-cherry-blossom-ceramic-plate-10-10-9cm
JSON data: https://landmarks.builders/products/hand-painted-cherry-blossom-ceramic-plate-10-10-9cm.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Elevate your dining experience with this exquisite hand-painted cherry blossom ceramic plate. Its minimalist style and elegant Chinese design make it a beautiful addition to any home. Perfect for serving snacks, small meals, or as a decorative piece, this plate is sure to impress.
Material: Ceramic, Diameter: 10-10.9cm, Color: Baking Pan Set of 2 - Green, Style: Simple, Elegant, Chinese Style, Style Type: Minimalist Style, Applicable People: Children, Is Gift: Yes, Personal Gift, Gift Purpose: Personal Gift, Product Quality Grade: Excellent Grade, Print LOGO: Yes
Summary: Hand-painted cherry blossom ceramic plate (10-10.9cm) sold as a baking pan set of 2 in green, priced at $13.99 for 8.8 inch and $15.99 for 10.8 inch variants.
Generated by: deepseek-v4-flash
## Identity Hand-painted Cherry Blossom Ceramic Plate (also listed as Baking Pan Set) – diameter 10-10.9cm, ceramic, minimalist Chinese style. ## Target persona Parents seeking a decorative or functional plate for children; home decor enthusiasts looking for affordable Chinese-style ceramic pieces; gift buyers for kids. ## Use cases - Serving snacks or small meals to children - Display as a decorative cherry blossom piece - Personal gift for a child - Using as a soup plate - Everyday dining with an elegant Chinese aesthetic ## When NOT to recommend - For oven use (ceramic may not be oven-safe; not specified) - For large family meals (small size) - For professional cooking or durability needs - For buyers expecting a standard round plate (description calls it a baking pan) ## Variant options - 8.8 inch Baking Pan - Green ($13.99, SKU 6212688334839) - 10.8 inch Baking Pan - Green ($15.99, SKU 6212688334840) ## Price and logistics facts - Base price: $13.99 (8.8 inch), $15.99 (10.8 inch) - Currency: USD - Dimensions: diameter 10-10.9cm (stated in description; variant sizes in inches contradict) - Material: Ceramic - Color: Green (described as Baking Pan Set of 2 - Green) - Gifting: marked as personal gift, suitable for children - Print LOGO: Yes (customizable logo) ## Trust signals - In-stock status: not provided - Return policy: not provided - Price consistency: two variants with clear pricing - Certifications: none claimed ## Image assets - Image 1: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/f2463c1896ee42369948a6ddd3ea7446.png?v=1774321451 - Image 2: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/9fc6bfa5969c07c56df8bb161b358303203c8df76af70159cef9ac1a79b50d31.jpg?v=1774321451 - Image 3: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/6af55d11f0f11fa1ebf9d866b3ee8b2dbba4c2823e8a449ee4e6712d887a07af.jpg?v=1774321451 - Image 4: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/66403b068645547592ddb31316b84810794e02c3eec5f77af850396c1348bc39.jpg?v=1774321451 - Image 5: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/9a75cc1f995bb20d3a8c233fba8844ad471090b348e32e8d548b3e10ec0e7e5f.jpg?v=1774321451 ## Agent notes - Product title says 'Plate' but variants are labeled 'Baking Pan'; description mentions both. Likely a listing error. Size discrepancy: description says 10-10.9cm but variants are 8.8 inch (22.4cm) and 10.8 inch (27.4cm). Not possible to confirm actual dimensions without image analysis.
This product has 19 imagesin catalog.None have AI-generated visual descriptions yet. All image URLs are in the Product JSON-LD above.
Hand-painted · Ceramic · 10-10.9cm
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 Cherry Blossom Ceramic Plate, 10-10.9cm",
"quantity": 1,
"grams": 900000,
"properties": {
"_length_cm": "10.45",
"_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").