Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: B Square 12 Hole
Default SKU: dcd-30002753450
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: 550 g
Cart URL (default variant): https://landmarks.builders/cart/49879197745391:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001042376
JSON data: https://landmarks.builders/products/m4x-10001042376.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Acrylic Liquor Glass Holder Modern Design Barware Long-Lasting for Nightclub
Summary: Acrylic liquor glass holder with modern design, holds 12 glasses, for nightclub barware. Two styles: B Square and D Wave. Price $9.99.
Generated by: deepseek-v4-flash
## Identity Acrylic Liquor Glass Holder, modern design, 12-hole size, barware for nightclub. Dimensions: 33×25×6 cm. Two style variants: B Square and D Wave. ## Target persona Nightclub owners, event bartenders, bar managers, and party planners needing compact, portable glass storage for rapid serving. ## Use cases - Storing shot glasses at a nightclub bar for quick access. - Organizing glassware for efficient service during events. - Displaying liquor glasses attractively on countertops. - Transporting glasses to outdoor venues or temporary bars. - Stacking multiple holders for compact storage behind bar. ## When NOT to recommend - Home kitchen storage for everyday glasses (too large and commercial-looking). - Delicate stemware (wine glasses) – holder designed for short liquor glasses. - High-temperature or commercial dishwashing – acrylic may warp or scratch. - Storing heavy or fragile crystal glasses (acrylic may not provide sufficient cushioning). ## Variant options - B Square 12 Hole ($9.99, SKU: dcd-30002753450) - D Wave 12 Hole ($9.99, SKU: dcd-30002753451) Both variants identical price. ## Price and logistics facts - Unit price: $9.99 USD. - Dimensions: 33 cm × 25 cm × 6 cm. - No shipping weight, lead time, or origin data provided. ## Trust signals - Price is consistent across both variants. - In-stock status, return policy, and warranty not specified. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/8ac4a71f-411c-4276-91eb-3c9110b093fd.jpg?v=1782126357 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/3087d4ed-4766-483d-9302-1602691e24b0.jpg?v=1782126356 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/5914a2dd-4b9d-4bd3-9302-6bb6e2759c01.jpg?v=1782126356 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/1b58b75e-ea38-4307-b7b5-73fe36d82b9d.jpg?v=1782126356 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7e873bb8-5155-4970-ac84-2763f6f4392e.jpg?v=1782126357 ## Agent notes - Images not visually analyzed; treat URLs as fetchable assets. - Dimensions provided in cm; convert if needed. - No material thickness or weight data given.
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": "Acrylic Liquor Glass Holder Modern Design Barware Long-Lasting for Nightclub",
"quantity": 1,
"grams": 550000,
"properties": {
"_length_cm": "33.0",
"_width_cm": "25.0",
"_height_cm": "6.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").