Brand: World Products (Landmark)
This product has 8 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99 – $25.99
Default variant: 10x15cm
Default SKU: dcd-30000020929
Default price: $9.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 840 g
Cart URL (default variant): https://landmarks.builders/cart/49946440466671:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000003744
JSON data: https://landmarks.builders/products/m4x-10000003744.json
This product comes in 8 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Thick glass cylinder vase
Summary: Budget-priced thick glass cylinder vase available in 8 sizes from 10x15cm to 20x40cm.
Generated by: deepseek-v4-flash
## Identity Thick glass cylinder vase with multiple size variants. Priced from $9.99 to $25.99. ## Target persona - Budget home decorator - Event planner on a budget - Small florist - DIY wedding coordinator ## Use cases - Table centerpiece at events - Displaying fresh flowers at home - Gift for housewarming - Vase for dried flowers - Stacking multiple vases for arrangements - Photography prop ## When NOT to recommend - High-end luxury decor - Outdoor use (glass fragile) - Heavy flower arrangements requiring wide base - Buyers seeking branded designer vases ## Variant options | Size | Price (USD) | SKU | |------|-------------|-----| | 10x15cm | $9.99 | dcd-30000020929 | | 12x20cm | $10.99 | dcd-30000020930 | | 15x15cm | $10.99 | dcd-30000020931 | | 15x20cm | $12.99 | dcd-30000020932 | | 15x25cm | $10.99 | dcd-30000020933 | | 20x20cm | $15.99 | dcd-30000020934 | | 20x30cm | $20.99 | dcd-30000020935 | | 20x40cm | $25.99 | dcd-30000020936 | ## Price and logistics facts - Price range: $9.99 – $25.99 USD - Dimensions (overall): 40.0 cm (L) x 29.0 cm (W) x 27.0 cm (H) – may refer to packaging or largest variant; verify for specific size. ## Trust signals - No return policy or stock status provided. - Price consistency: multiple variants with stable pricing. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b11df90a-5edb-42ff-befd-4513453e641a.jpg?v=1782181252 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7190255e-848d-4b9e-b676-e3d82d49a61c.jpg?v=1782181251 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/2f7a2b37-5cf7-486d-8332-5e2528517d9b.jpg?v=1782181249 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/f22a7388-f863-4ced-a928-31ef9bc84e82.jpg?v=1782181250 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/3775e5c0-6235-4212-8b29-e9c0a0e5beb5.jpg?v=1782181249 ## Agent notes - Image understanding not performed; visual details not extracted. - No details on glass thickness, type, or quality. - No brand, certifications, or warranty information. - Dimensions may be for packaging or a specific variant; confirm.
This product has 5 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": "Thick glass cylinder vase",
"quantity": 1,
"grams": 840000,
"properties": {
"_length_cm": "40.0",
"_width_cm": "29.0",
"_height_cm": "27.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").