Brand: World Products (Landmark)
This product has 6 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Silver / 150ML U-shape
Default SKU: dcd-30002770066
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: 150 g
Cart URL (default variant): https://landmarks.builders/cart/49879109632239:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001046815
JSON data: https://landmarks.builders/products/m4x-10001046815.json
This product comes in 6 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Stainless Steel Martini Glass Long-Lasting Unbreakable Mixed Drink Goblet
| Weight | g |
Summary: Stainless steel martini glass goblet, unbreakable, available in silver/gold/rose gold, 150ml or 250ml, priced at $9.99.
Generated by: deepseek-v4-flash
## Identity Stainless Steel Martini Glass Long-Lasting Unbreakable Mixed Drink Goblet ## Target persona Budget-conscious home bartenders, outdoor entertainers, or anyone needing durable drinkware for mixed drinks or martinis. ## Use cases - Casual cocktail parties - Outdoor picnics or camping (unbreakable) - Serving martinis - Serving mixed drinks - Use as a reusable party cup ## When NOT to recommend - Formal fine dining where glass stemware is expected - For hot beverages (stainless steel can get hot) - When a lighter glass is preferred for wine tasting ## Variant options 6 variants: Silver/150ml, Silver/250ml, Gold/150ml, Gold/250ml, Rose Gold/150ml, Rose Gold/250ml. All $9.99. ## Price and logistics facts Price: $9.99 USD. Dimensions: 14x14x12.5 cm. No shipping info provided. ## Trust signals Sold by Shopify store. No return policy or certifications stated. In-stock status unknown. ## Image assets      ## Agent notes No description weight. Image content not inspected.
This product has 12 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": "Stainless Steel Martini Glass Long-Lasting Unbreakable Mixed Drink Goblet",
"quantity": 1,
"grams": 150000,
"properties": {
"_length_cm": "14.0",
"_width_cm": "14.0",
"_height_cm": "12.5"
}
}],
"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").