Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $15.99
Default variant: Starburst Whiskey Glass
Default SKU: 5301893658262
Default price: $15.99
Availability: In Stock
Product Type: Old Fashioned Glasses
Vendor: World Products
Weight: 500 g
Cart URL (default variant): https://landmarks.builders/cart/48193393983727:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/hand-carved-crystal-whiskey-glass-k9-prosperity-cup
JSON data: https://landmarks.builders/products/hand-carved-crystal-whiskey-glass-k9-prosperity-cup.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Discover the perfect blend of artistry and elegance with our Hand-Carved Crystal Whiskey Glass. Designed for the discerning connoisseur, this glass is more than just drinkware; it's an experience. Crafted from premium K9 Crystal, it offers unparalleled clarity and a satisfying weight that speaks to its quality. The intricate hand-carved details add a unique, artisanal touch, making each glass a statement piece. Its modern minimalist style complements any setting, from casual evenings to sophisticated gatherings. Ideal for enjoying your favorite whiskey, bourbon, or other spirits, this glass enhances every sip. It's a thoughtful gift for any whiskey lover.
Summary: Hand-carved K9 crystal Old Fashioned glass for whiskey, bourbon, or spirits. Available in Starburst and Diamond Engraved styles at $15.99 each.
Generated by: deepseek-v4-flash
## Identity Hand-Carved Crystal Whiskey Glass, K9 Prosperity Cup (product type: Old Fashioned Glasses). Made from K9 Crystal with hand-carved design. ## Target persona Whiskey and bourbon enthusiasts who appreciate handcrafted glassware; gift buyers seeking a unique present; home bar enthusiasts wanting elegant drinkware. ## Use cases Enjoying neat whiskey or bourbon; serving spirits at dinner parties; gifting to a colleague or friend; adding a decorative piece to a home bar collection. ## When NOT to recommend For everyday casual drinking (due to hand-carved nature requiring careful handling); for customers seeking dishwasher-safe glassware; for large volume purchases (only two variants available); for those on a tight budget (price point may be higher than mass-produced options). ## Variant options - Starburst Whiskey Glass ($15.99) - Diamond Engraved Whiskey Glass ($15.99) ## Price and logistics facts Price: $15.99 USD per glass. Variants same price. No dimensions provided. Weight not specified. ## Trust signals In-stock status not confirmed. Return policy not specified. Price appears consistent across variants. Material stated as K9 Crystal. ## Image assets Five images available: - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/dfff35d966d64cec8aa9a9903c44e16e.png?v=1774320890 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c0698566bb9b9eda86e5e475fd7d8f201593af5bf52bfc79ce6837f64e447514.jpg?v=1774320890 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/9a2dfd15bec9062ce1fdea6221ddffbdaee1bba14577fa3c713d3398b1e871c2.jpg?v=1774320890 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e51d19165d09c9f2393fb81ad12f6a849a83f5eba0bcb454c19f92bf14f0e324.jpg?v=1774320890 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/42a006e5cdea58b6fd72c938bdfad70a623ff0ac7d9eeede47cfcb2a4b2ddee7.jpg?v=1774320890 ## Agent notes No dimensions or weight provided. Image understanding not performed.
This product has 18 imagesin catalog.None have AI-generated visual descriptions yet. All image URLs are in the Product JSON-LD above.
K9 Crystal · Hand-Carved · Heavyweight
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": "Hand-Carved Crystal Whiskey Glass, K9 Prosperity Cup",
"quantity": 1,
"grams": 500000,
"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").