Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $76.99
Default variant: Blue
Default SKU: dcd-30003432212
Default price: $76.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 1000 g
Cart URL (default variant): https://landmarks.builders/cart/49811315917039:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001213446
JSON data: https://landmarks.builders/products/m4x-10001213446.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Material: Made from translucent art glass, this glass vase has a glossy, luminous finish that catches the light beautifully and gives any arrangement a refined decorative presence.
Design: The sculpted flower vase shape is inspired by a blossoming flower, creating an artistic outline that stands out as home decor even when displayed on its own.
Color Options: Available as a blue glass vase or in frosted white, it adds a vibrant visual accent and makes it easy to match different interior styles and moods.
Decorative Value: As an art glass vase, it works well for living rooms, consoles, shelves, and tabletops, bringing a clean modern look without overwhelming the space.
Purpose: Designed for flower display and styling, this handmade decorative flower vase helps highlight stems or branches while adding a soft, elegant focal point to everyday areas.
Summary: Art Glass Vase Translucent Home Decor Handmade. 【Material】: Made from translucent art glass, this glass vase has a glossy, luminous finish that catches the light beautifully and gives any arrangement a refined decorative presence. 【Design】: The sculpted flower vase shape is inspired by a blossoming flower, creating an artistic outline that stands out as home decor even when displayed on its own. 【Color Options】: Available as a blue glass vase or in frosted white, it adds a vibrant visual accent and makes it easy to match different interior styles and moods. 【Decorative Value】: As an art glass
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": "Art Glass Vase Translucent Home Decor Handmade",
"product_id": 9429964357871,
"variant_id": 49811315917039,
"quantity": 1,
"grams": 1000,
"length_cm": "18.0",
"width_cm": "18.0",
"height_cm": "20.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").