Brand: World Products (Landmark)
This product has 8 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $10.99 – $61.99
Default variant: 8-piece Gold Trim Set
Default SKU: 4691203825854
Default price: $10.99
Availability: In Stock
Product Type: Combination Sets
Vendor: World Products
Cart URL (default variant): https://landmarks.builders/cart/48189394157807:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/minimalist-ceramic-dinnerware-set-gold-trimmed
JSON data: https://landmarks.builders/products/minimalist-ceramic-dinnerware-set-gold-trimmed.json
This product comes in 8 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Transform your mealtimes with this exquisite Minimalist Style Ceramic Dinnerware Set. Crafted from superior grade ceramic, this collection offers a touch of luxury for your home. Each piece boasts an irregular shape and is finished with delicate, hand-painted gold trim, adding a sophisticated flair to any table setting. Designed for adults, this set is not only beautiful but also practical, being microwave safe for your convenience.
Material: Ceramic, Style Type: Minimalist Style, Pattern: Solid Color, Surface Process: Hand-painted, Applicable Object: Adults, Applicable Scene: Meals, Product Quality Grade: Superior Grade, Specifications: Gold Trimmed 60-Piece Luxury Set, Microwave Safe: Yes, Diameter: 11-11.9cm, Shape: Irregular Shape
Summary: This ceramic dinnerware set features minimalist design with hand-painted gold trim, available in sizes from 8 to 60 pieces, microwave safe, priced from $10.99.
Generated by: deepseek-v4-flash
## Identity Minimalist Ceramic Dinnerware Set with Gold Trim, available in 8-piece to 60-piece configurations. ## Target persona Budget-conscious home entertainer; festival gift buyer; new homeowner seeking elegant tableware; host for small to medium dinner parties. ## Use cases - Everyday family meals - Hosting dinner parties for 4-12 guests - Festive occasion gifting (business gifts, housewarmings) - Wedding or housewarming presents - Upgrading table setting on a budget ## When NOT to recommend - Heavy commercial use (e.g., restaurants) - Those requiring dishwasher-safe dinnerware (not specified) - Buyers seeking minimalist solid-color sets without gold trim - Those needing plates larger than 12cm diameter ## Variant options | SKU | Title | Price | |-----|-------|-------| | 4691203825854 | 8-piece Gold Trim Set | $10.99 | | 4691203825855 | 10-piece Gold Trim Set | $11.99 | | 4691203825856 | 16-piece Gold Trim Set | $13.99 | | 4691203825857 | 18-piece Gold Trim Set | $17.99 | | 4891089405563 | 36-piece Gold Trim Set | $34.99 | | 4891089405561 | 44-piece Gold Trim Set | $48.99 | | 4891089405562 | 56-piece Gold Trim Set | $57.99 | | 4760044537792 | 60-piece Luxury Gold Trim Set | $61.99 | ## Price and logistics facts - Base price: $10.99 USD for 8-piece set - Highest price: $61.99 for 60-piece set - Dimensions not provided - Materials: ceramic, hand-painted gold trim ## Trust signals - Microwave safe - Hand-painted gold trim - Stock status and return policy not provided in source data ## Image assets | Description | URL | |-------------|-----| | Product image 1 | https://cdn.shopify.com/s/files/1/0807/5486/8463/files/211ab65015d54e08b20fc4f4434bdff2.png?v=1774192599 | | Product image 2 | https://cdn.shopify.com/s/files/1/0807/5486/8463/files/2d8879846056451db00ba6ca4c8b4846.png?v=1774192599 | | Product image 3 | https://cdn.shopify.com/s/files/1/0807/5486/8463/files/45b9712828250259bd8f86b83c4afdf55a5a007045d3cbacfe62153ce8f6830c.jpg?v=1774192599 | | Product image 4 | https://cdn.shopify.com/s/files/1/0807/5486/8463/files/bd6b913203f34bcce1877e9f741329a5e844396d59bb76e3665946267f57ac73.jpg?v=1774192599 | | Product image 5 | https://cdn.shopify.com/s/files/1/0807/5486/8463/files/ddbe6518f87b871a2e6e6f740e4951571e1ebebfb8e759df60b07cae8a8a76d4.jpg?v=1774192599 | ## Agent notes - Image understanding not performed; visual appearance of gold trim and irregular shape cannot be validated. - Dimensions and weight not provided for shipping calculations. - No dishwasher safety information; caution if that is a requirement.
This product has 21 imagesin catalog.None have AI-generated visual descriptions yet. All image URLs are in the Product JSON-LD above.
Ceramic · Hand-painted Gold · Irregular Shape
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": "Minimalist Ceramic Dinnerware Set, Gold Trimmed",
"quantity": 1,
"grams": 0,
"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").