Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $39.99
Default variant: Blue and White
Default SKU: dcd-30003485451
Default price: $39.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 2800 g
Cart URL (default variant): https://landmarks.builders/cart/49810412404975:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001230015
JSON data: https://landmarks.builders/products/m4x-10001230015.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Material: This ceramic vase brings a solid, refined feel to home decor, with a sculpted body that combines an ice-crack finish and layered ribbed texture for a distinctive look.
Form: The flower vase features a narrow flared neck, a wide rounded belly, and a tapered base, creating a balanced profile that is easy to look on shelves, tables, or mantels.
Decoration: As a decorative flower vase, it uses a hand-painted floral vase look that adds visual interest even when displayed on its own, making it an easy accent for everyday interiors.
Size: Measuring about 31 cm tall, 28.5 cm wide, and 9.5 cm at the opening, this ceramic vase offers a substantial presence while still fitting neatly into arranged areas.
Purpose: Designed for decorative flower arranging, it works well as home decor but is not suitable for holding water, making it best for dry floral displays and styled arrangements.
Summary: Hand-Painted Floral Vase Wavy Ridges Home Decor Rustic Design. Description: 【Product Type】: This ceramic vase is designed as a flower vase for home decor, combining a sculptural outline with a decorative look that works well as a tabletop accent. 【Function】: Made as a decorative flower vase, it is intended for flower arranging and display rather than water use, making it best suited for dried stems or artificial arrangements. 【Design】: The hand-painted floral vase features an ice-crack finish, ribbed layered surface, and wavy horizontal ridges that add texture and visual depth from every angle
Generated by: m4x-map-v1
This product has 12 images in 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/estimateapplication/json
{
"rate": {
"origin": {"country": "CN"},
"destination": {
"country": "US",
"postal_code": "95014",
"province": "CA",
"city": "Cupertino"
},
"items": [{
"name": "Hand-Painted Floral Vase Wavy Ridges Home Decor Rustic Design",
"product_id": 9429733179631,
"variant_id": 49810412404975,
"quantity": 1,
"grams": 2800,
"length_cm": "35.0",
"width_cm": "35.0",
"height_cm": "38.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. The estimate endpoint uses the product dimensions
provided in the request before calling SFC. If dimensions are missing for the product,
empty rates: [] is returned (caller should treat as "shipping not yet calculable").