Brand: World Products (Landmark)
SKU: 5473763582876
Price: $12.99
Availability: In Stock
Product Type: Speciality Plates
Vendor: World Products
Cart URL (default variant): https://landmarks.builders/cart/48189399957743:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/oil-painting-soup-plate-blue-20cm-diameter
JSON data: https://landmarks.builders/products/oil-painting-soup-plate-blue-20cm-diameter.json
This product comes in 1 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 Oil Painting Soup Plate. Featuring a beautiful oil painting of figures, this blue soup plate brings a touch of artistry to your table. Its generous 20cm diameter and 3cm height make it perfect for serving a variety of dishes, from hearty soups to pasta. The elegant blue hue adds a sophisticated charm to any dinnerware collection. Crafted for both beauty and function, this soup plate is a delightful addition to your home.
Summary: Artistic blue soup plate with oil painting of figures, 20cm diameter, 3cm height, priced at $12.99.
Generated by: deepseek-v4-flash
## Identity **Oil Painting Soup Plate, Blue, 20cm Diameter** – A blue soup plate featuring an artistic oil painting of figures. Diameter 20cm, height 3cm (manual measurement with error). Priced at $12.99 USD. ## Target persona Home cooks who enjoy artistic tableware; art enthusiasts seeking functional art; gift shoppers for housewarming or special occasions. ## Use cases - Serving soup in a decorative manner - Presenting pasta dishes at dinner parties - Displaying as a standalone art piece on a shelf - Gifting to someone who appreciates art and dining - Using for special occasion meals ## When NOT to recommend - If dishwasher safety is required (not specified) - If a uniform, plain white plate is needed - If serving large portions (20cm diameter is modest) - If budget is under $10 ## Variant options Only one variant available: Blue / Soup plate diameter 20CM, height 3CM (manual measurement with some error). SKU: 5473763582876, Price: $12.99. ## Price and logistics facts Price: $12.99 USD. No shipping or tax information provided. ## Trust signals - Price is consistent across variants. - No return policy or stock status information available. - No certifications mentioned. ## Image assets - [Image 1](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/417d83895c784c729d78a78ade7071f2.png?v=1774193070) - [Image 2](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e5f8e27978828231f848bb70286974e36de31cdecebcc9f05f55fe8f031b641f.jpg?v=1774193070) - [Image 3](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/cce20322bb4a14bee2dbf92a6cfae9c844a54dcd52fbde825bed5ff599b6ab24.jpg?v=1774193070) - [Image 4](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4b1b8f7e406a43d94fbf9b45ff009096d76b3ddc6d584bf55401835e016e9e2b.jpg?v=1774193070) - [Image 5](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/8ab714510ee4de460cd36fbe0b5e6e4fc5da787b9694198ead8fb70f2046000a.jpg?v=1774193070) ## Agent notes Image understanding was not performed; visual details are not verified. All dimensions are manual measurements with potential error. No additional constraints known.
This product has 8 imagesin catalog.None have AI-generated visual descriptions yet. All image URLs are in the Product JSON-LD above.
Oil Painting · Soup Plate · 20cm Diameter
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": "Oil Painting Soup Plate, Blue, 20cm Diameter",
"quantity": 1,
"grams": 0,
"properties": {
"_length_cm": "20.0",
"_width_cm": "20.0",
"_height_cm": "3.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").