Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $13.99 – $14.99
Default variant: Small
Default SKU: 5684689066015
Default price: $13.99
Availability: In Stock
Product Type: Vases
Vendor: World Products
Cart URL (default variant): https://landmarks.builders/cart/48189431447791:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/large-ceramic-pumpkin-vase-european-style-handmade-decor
JSON data: https://landmarks.builders/products/large-ceramic-pumpkin-vase-european-style-handmade-decor.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Add a touch of European elegance and handcrafted charm to your home with this exquisite large ceramic pumpkin vase. Its unique shape, inspired by the harvest season, is enhanced by a beautiful glazed finish and subtle gilded edges, embodying a light luxury artistic style. Perfect for both fresh autumn blooms and as a standalone decorative accent, this vase brings sophistication to any space.
Material: Ceramic, Size: Large, Craftsmanship: Handmade, Surface Process: Glazed, Style: European
Summary: Handcrafted large ceramic pumpkin vase with glazed finish and gilded edges, European style, available in small and large sizes.
Generated by: deepseek-v4-flash
## Identity Large Ceramic Pumpkin Vase - European Style Handmade Decor ## Target persona Home decor enthusiasts seeking seasonal or European-style accents; budget-conscious shoppers looking for handmade ceramic vases. ## Use cases - Autumn centerpiece with fresh flowers - Standalone decorative accent on shelf or mantel - Housewarming gift for fall season - Styling a Nordic-inspired interior - Adding light luxury touch to entryway ## When NOT to recommend - Buyers needing precise dimensions or size specs - Those seeking a purely functional flower vase without decorative focus - Customers requiring high-temperature or dishwasher-safe ceramics - Users wanting a minimalistic plain vase without gilded details ## Variant options Small ($13.99) and Large ($14.99) sizes available. ## Price and logistics facts Price: from $13.99 USD (small) to $14.99 USD (large). No shipping or logistics details provided. ## Trust signals In-stock status not specified. Return policy not provided. Price consistent across variants. Handmade ceramic quality implied but no certifications listed. ## Image assets 5 images available: - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/3da9a240ca88451f84cd96ea5960b56a.png?v=1774195730 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/6b34f18c0a464ca29967635ad8eb1fd7.png?v=1774195730 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c8ebabbdbc6a4f06cb0e45753ad9dae72b191db4a47ba036f42c503e025add07.jpg?v=1774195730 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a1f3fa35f6b9ff9acfa8d745113cce94f730d7663630eff8c47294e43fbd544a.jpg?v=1774195730 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c7f577bf10dc504432e10185c17d07be64950f8ba48e6f785116a35dffe2ca01.jpg?v=1774195730 ## Agent notes No dimensions provided; images may help estimate scale. No inventory status. Assume typical ceramic care.
This product has 9 imagesin catalog.None have AI-generated visual descriptions yet. All image URLs are in the Product JSON-LD above.
Ceramic · Handmade · European 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": "Large Ceramic Pumpkin Vase - European Style Handmade Decor",
"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").