Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $18.99
Default variant: Light Gray
Default SKU: dcd-30002679636
Default price: $18.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 683 g
Cart URL (default variant): https://landmarks.builders/cart/49903601287407:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001025498
JSON data: https://landmarks.builders/products/m4x-10001025498.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Wine Glass Storage Box Dustproof Foldable Stemware Case Reinforced Handles
| Gross Weight | 620 |
| Specification | 40.5*29*25.5cm |
| Size | 40.5*29*25.5cm |
Summary: Foldable dustproof wine glass storage box with reinforced handles, available in Light Gray and Dark Gray, dimensions 40.5x29x25.5cm, weight 620g, price $18.99.
Generated by: deepseek-v4-flash
## Identity Foldable wine glass storage box, dustproof, with reinforced handles. Color options: Light Gray and Dark Gray. ## Target persona - Wine enthusiasts and collectors with stemware to protect - Home entertainers who host dinner parties and need portable storage - Apartment dwellers with limited cabinet space seeking collapsible organizers - Frequent movers requiring lightweight, foldable packing solutions for glassware ## Use cases - Storing wine glasses in a dustproof container for long-term protection - Transporting stemware to picnics, parties, or events without breakage - Organizing cabinets by grouping glasses in a single box - Taking glassware when moving or traveling (foldable design) - Seasonal storage of delicate stemware after holidays ## When NOT to recommend - For heavy or non-stemware items (e.g., cookware, books) - For commercial restaurants needing heavy-duty, rigid storage - For customers requiring a non-foldable, reinforced structure - For very tall stemware (height > 30 cm) – internal height not specified ## Variant options - Light Gray ($18.99) - Dark Gray ($18.99) ## Price and logistics facts - Price: $18.99 (USD) – same for both colors - Gross weight: 620g - External dimensions (description): 40.5 cm × 29 cm × 25.5 cm - Note: product dimensions field lists 42 cm × 37 cm × 9 cm – discrepancy exists; exact internal dimensions not provided ## Trust signals - Price consistent across variants - Weight and outer dimensions provided - Dustproof and foldable features stated - No return policy or warranty information available - No brand name specified ## Image assets - [Image 1](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/47df35d5-0ee8-426e-9169-ceefd74e4078.jpg?v=1782146610) - [Image 2](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/6c9a21c7-86ac-4d91-847b-9a094a84ffba.jpg?v=1782146617) - [Image 3](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/2c311403-6b72-4d79-a4b2-a52a30f267f1.jpg?v=1782146607) - [Image 4](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a4a0589e-af51-419d-8331-f0c13e06bd30.jpg?v=1782146683) - [Image 5](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a98ec106-b45b-4ca1-8be6-518d32e69cf5.jpg?v=1782146607) ## Agent notes - Image understanding was not performed; visual details are not inferred from images. - Dimension discrepancy: main product dimensions say 42x37x9 cm, but description says 40.5x29x25.5 cm. Verify with seller. - No brand, material composition, or certification data available. - Constructed item may require assembly? Not stated.
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": "Wine Glass Storage Box Dustproof Foldable Stemware Case Reinforced Handles",
"quantity": 1,
"grams": 683000,
"properties": {
"_length_cm": "40.5",
"_width_cm": "29.0",
"_height_cm": "25.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").