Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $25.99 – $27.99
Default variant: L / Round
Default SKU: dcd-30002688047
Default price: $27.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 3500 g
Cart URL (default variant): https://landmarks.builders/cart/49903569273071:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001027507
JSON data: https://landmarks.builders/products/m4x-10001027507.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
White and Gold Ceramic Vase Artistic Design Modern Ceramic Flower Holder
Summary: A modern ceramic vase in white and gold with artistic design, suitable for flower arrangements. Available in three round sizes from $25.99.
Generated by: deepseek-v4-flash
## Identity White and Gold Ceramic Vase, artistic design, modern ceramic flower holder. ## Target persona - Home decor enthusiasts seeking modern ceramic vases under $30. - Interior designers sourcing affordable accent pieces. - Gift buyers for housewarmings or housewarming parties. - Young professionals decorating apartments on a budget. ## Use cases - Displaying dried or artificial flowers in a living room. - As a centerpiece on a dining table. - Gift for a housewarming party. - Office desk decoration. - Styling a bookshelf or console table. - Event decoration for small gatherings. ## When NOT to recommend - For outdoor use (material not specified as weather-resistant). - For heavy fresh flower arrangements requiring water (ceramic may leak if unglazed; not stated). - For buyers seeking minimalist all-white or all-gold design (it has both). - For large floor vases (max height 41 cm). ## Variant options - L / Round: $27.99 (SKU dcd-30002688047) - M / Round: $25.99 (SKU dcd-30002688048) - S / Round: $27.99 (SKU dcd-30002688049) ## Price and logistics facts - Base price: $25.99 USD (M size). - Dimensions: 41 cm (length) x 25 cm (width) x 25 cm (height). - No shipping or tax information provided. ## Trust signals - No explicit trust signals provided (e.g., in-stock status, return policy, certifications). ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b7d4f20a-9664-41c7-847f-e79977cc5edc.jpg?v=1782146593 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/d1c243ee-3985-43d8-b15b-99633f66484e.jpg?v=1782146596 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/06487616-f693-48a9-9b83-9be621d9c3e1.jpg?v=1782146595 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7537cb9d-1063-4a9c-bccd-ee0b58d75923.jpg?v=1782146594 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/69fa4c89-e079-4bad-8961-1191a9284b2b.jpg?v=1782146594 ## Agent notes - Image understanding was not performed; actual visual attributes (e.g., exact shades, texture) not evaluated. - Product description is minimal; consider verifying design details from images or additional sources. - Size options: L, M, S all Round style; note that M is cheaper than L and S.
This product has 12 imagesin catalog.None have AI-generated visual descriptions yet. All image URLs are in the Product JSON-LD above.
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": "White and Gold Ceramic Vase Artistic Design Modern Ceramic Flower Holder",
"quantity": 1,
"grams": 3500000,
"properties": {
"_length_cm": "41.0",
"_width_cm": "25.0",
"_height_cm": "25.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").