Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $15.99 – $17.99
Default variant: Small Square Plate
Default SKU: 6152786418916
Default price: $15.99
Availability: In Stock
Product Type: Dinner Plates
Vendor: World Products
Weight: 550 g
Cart URL (default variant): https://landmarks.builders/cart/48193208287471:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/rustic-ceramic-plate-12-12-9cm-diameter
JSON data: https://landmarks.builders/products/rustic-ceramic-plate-12-12-9cm-diameter.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 beauty of imperfection with our Rustic Ceramic Plate. Inspired by Wabi-sabi aesthetics, this handmade piece offers a unique charm that elevates any dining experience. Its coarse pottery finish and retro appeal bring a touch of artisanal craftsmanship to your table, making it perfect for both everyday use and special occasions.
Designed with a modern simple style, this flat plate features a distinctive 12-corner shape, adding a subtle yet elegant detail. The spray paint surface process ensures a quality finish, reflecting its first-class product grade. Measuring between 12-12.9cm in diameter, it's a versatile addition to your dinnerware collection.
This ceramic plate is an excellent choice for holiday gifts and personal gifts, especially for relatives. Its simple style and quality craftsmanship make it a thoughtful present for adults. While it's not suitable for microwave use, its aesthetic appeal and durability make it a cherished item.
Summary: Handmade rustic ceramic plate with Wabi-sabi aesthetic, 12-12.9cm diameter, priced at $15.99, not microwave safe.
Generated by: deepseek-v4-flash
## Identity Rustic Ceramic Plate, 12-12.9cm Diameter - Handmade, Wabi-sabi style dinner plate. ## Target persona Home cooks seeking artisanal tableware, gift shoppers for relatives, adults interested in minimalist rustic design. ## Use cases - Everyday dining with a rustic touch - Serving appetizers or small desserts - Gifting for housewarming or holidays - Display as a decorative piece - Adding artisanal charm to a table setting ## When NOT to recommend - For microwave use (not microwave safe) - For users preferring uniform, modern plates - For large dinner portions (small diameter) - For commercial restaurant use (handmade, variable) ## Variant options - Small Square Plate: $15.99 - Octagonal Plate: $17.99 ## Price and logistics facts Base price: $15.99 USD. Octagonal plate variant: $17.99. Size: 12-12.9cm diameter. No other dimensions provided. ## Trust signals In-stock status unknown. Return policy unknown. Product grade: first-class. Handmade quality implied. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/77f1f3f341af46dc815d245641473504.png?v=1774315816 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/92d96243d04b7fc664913d1b3b329f29da001f2cd0d97e414d93a4e49158bf90.jpg?v=1774315816 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c0958a54b23e5a2be0237416dc242ac19745922d54ac9f60cb65ef99a6241a21.jpg?v=1774315816 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/ffa46f8d2addf63430002b1638b1e2e0fcc82e407fac21fcf53c4deaf20ddd99.jpg?v=1774315816 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/987f8faf696d001bd7fe85c0b5729503f76e4ecfee79771f8bcae435b521cd48.jpg?v=1774315816 ## Agent notes - Image analysis not performed; only URLs provided. No visual details inferred. - No microwave compatibility confirmed. - In-stock and return policy not available.
This product has 10 imagesin catalog.None have AI-generated visual descriptions yet. All image URLs are in the Product JSON-LD above.
Handmade Ceramic · 12-12.9cm Diameter · Wabi-sabi Style
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": "Rustic Ceramic Plate, 12-12.9cm Diameter",
"quantity": 1,
"grams": 550000,
"properties": {
"_length_cm": "12.9",
"_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").