Brand: World Products (Landmark)
This product has 6 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $18.99 – $40.99
Default variant: Double Tube Vase - Tall
Default SKU: 5464553720089
Default price: $39.99
Availability: In Stock
Product Type: Vases
Vendor: World Products
Cart URL (default variant): https://landmarks.builders/cart/48189405102319:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/industrial-style-metal-vase
JSON data: https://landmarks.builders/products/industrial-style-metal-vase.json
This product comes in 6 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Elevate your interior with this striking Industrial Style Vase. Designed with an American retro distressed aesthetic, it brings a unique character to any room. The light luxury design seamlessly blends with various decor styles, making it a versatile addition to your home, guesthouse, or even a flower shop.
Material: Alloy, Material Type: Metal, Style: American, Color: Twill Leather Tissue Box, Packaging: Carton Packaging
Summary: The Industrial Style Metal Vase is an American retro distressed metal alloy vase with a light luxury design, suitable for home or flower shop decoration.
Generated by: deepseek-v4-flash
## Identity - Product: Industrial Style Metal Vase - Material: Alloy, Metal - Style: American retro distressed industrial - Color: Twill Leather Tissue Box (as listed in description) ## Target persona - Home decorators seeking industrial or vintage style - Interior designers for rustic or industrial-themed spaces - Flower shop owners needing affordable display vases - Budget-conscious shoppers wanting styled decor under $20 ## Use cases - Decorate a shelf or side table in a living room with an industrial theme - Display dried or artificial flowers in a boutique or flower shop - Use as a centerpiece in a guesthouse or cafe - Pair with other metal accessories for a cohesive industrial look - Gift for someone who appreciates retro or industrial decor ## When NOT to recommend - For buyers needing explicit dimensions (none provided) - For minimalist or modern spaces where distressed finish may clash - For outdoor use (material is alloy, no weather resistance stated) - For large floral arrangements (size unknown) ## Variant options - Double Tube Vase - Tall: $39.99 - Double Tube Vase - Short: $36.99 - Woven Handle Tray - Black: $18.99 - Woven Handle Tray - Light Gray: $18.99 - Thinker Figurine: $40.99 - Twill Leather Tissue Box: $21.99 ## Price and logistics facts - Base price: $18.99 USD (exact variant unknown; see variants for other prices) - Dimensions: not provided - Packaging: Carton Packaging ## Trust signals - In-stock status: not specified - Return policy: not specified - Price consistency: base price $18.99; variant range $18.99–$40.99 - Certifications: none mentioned ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4c74a350f4704148a11acb4eef3f0eea.png?v=1774193372 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/018d06320cfa02772dbda04cc97ba2a84f1c85e105e49264c4cb8dc2d01e2e43.jpg?v=1774193372 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c091e80107b69e9a061e779352f25fbef1994019266336b234e2d631f191b8bb.jpg?v=1774193372 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/1c47b938df961692eb8d3d08f448d21529212d16279b718468746b1f17fb25c3.jpg?v=1774193372 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/9c08f14557a2a5688bba3a6c0bc94b9b2758f0c6d0a79fd40162760ba4bd3a70.jpg?v=1774193372 ## Agent notes - Dimensions not provided; cannot assess size for shipping or display. - Variants include disparate items (vases, trays, figurine, tissue box) – verify which SKU matches the main product. - Description color field "Twill Leather Tissue Box" may be a data error; treat with caution.
This product has 20 imagesin catalog.None have AI-generated visual descriptions yet. All image URLs are in the Product JSON-LD above.
Metal Alloy · Distressed Finish · Light Luxury
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": "Industrial Style Metal Vase",
"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").