Brand: World Products (Landmark)
This product has 5 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $1.67
Default variant: Gray / 5 Slots
Default SKU: dcd-30003809534
Default price: $1.67
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Eyewear Storage
Vendor: World Products
Weight: 450 g
Cart URL (default variant): https://landmarks.builders/cart/50457659310319:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001340730
JSON data: https://landmarks.builders/products/wp-dcd-10001340730.json
This product comes in 5 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This rectangular organizer features five spacious compartments, each lined with a soft velvet-like covering to protect lenses from scratches and dust. Dimensions: 30 x 18 x 3.5 cm. Fits in drawers or on vanities. Suitable for home or retail display.
Summary: Low-cost, 5-compartment velvet-lined eyewear storage tray available in five colors; compact enough for drawers or vanities.
Generated by: deepseek-v4-flash
## Identity Velvet-Covered Glasses Storage Tray with 5 Compartments. Rectangular organizer with five slots, each lined with a velvet-like covering to reduce lens scratches and dust. Structured dimensions: 31.0 cm x 19.0 cm x 4.5 cm (description text states 30 x 18 x 3.5 cm). Price: $1.67 per unit. ## Target persona Budget-conscious eyeglass wearers who need simple drawer organization. Retailers or optical shops sourcing low-cost eyewear display trays for countertop use. Individuals with multiple glasses—prescription, sunglasses, or reading glasses—who want basic dust and scratch protection at a very low price point. ## Use cases - Organizing prescription glasses and sunglasses in a drawer or on a nightstand. - Protecting lenses from scratches when storing the same pair day-to-day. - Retail display of eyewear on a counter or shelf (low cost per unit). - Keeping reading glasses accessible and separated by color or pair. - Sorting 5 pairs of glasses in one compact, space-saving tray. ## When NOT to recommend - Users needing a hard-shell, impact-resistant travel case for glasses. - Buyers expecting premium or luxury gift-quality presentation (price point is very low). - Anyone requiring more than 5 slots or specific slot dimensions for oversized sunglasses. - Mobile/outdoor use where a portable padded pouch or hard case is more appropriate. ## Variant options - dcd-30003809534: Gray / 5 Slots — $1.67 - dcd-30003809535: Blue / 5 Slots — $1.67 - dcd-30003809536: White / 5 Slots — $1.67 - dcd-30003809537: Pink / 5 Slots — $1.67 - dcd-30003809538: Beige / 5 Slots — $1.67 All variants share the same price and compartment count; only color differs. ## Price and logistics facts Price: USD $1.67 per tray (fixed across all variants). No shipping, tax, or fulfillment details provided. Dimensions available (structured): 31.0 x 19.0 x 4.5 cm. Description copy lists an alternate dimension: 30 x 18 x 3.5 cm. Weigh not specified. ## Trust signals - Price consistency: all five variants are $1.67. - Tags indicate content quality validation (wp-content-validated, wp-quality-audited) but no product certification. - In-stock status not provided in source data. - Return policy and warranty not stated. ## Image assets Five images available as fetchable URLs: - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4eaa6544-249c-4d54-bb57-6df078974833.jpg?v=1786250947 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/367cbb4a-a9b3-4a80-9d3c-6c7da0d171ca.jpg?v=1786250926 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c831c1d0-5279-4386-a8de-0441cd22a060.jpg?v=1786250923 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/360b6c8e-a497-4e3e-960b-6bd998a7d0c1.jpg?v=1786250950 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/60ec64e9-c939-4e80-824a-ce30da00c04b.jpg?v=1786250923 Visual content not inspected; treat as product photos only. ## Agent notes - Dimension mismatch: structured data says 31x19x4.5 cm; description says 30x18x3.5 cm. Verify with seller or choose a default for UI display. - Price is extremely low; consider potential quality expectations. - No SKU-specific image mapping provided—only five generic image URLs for all variants. - No inventory or shipping lead-time data.
This product has 10 images in 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/estimateapplication/json
{
"rate": {
"origin": {"country": "CN"},
"destination": {
"country": "US",
"postal_code": "95014",
"province": "CA",
"city": "Cupertino"
},
"items": [{
"name": "Velvet-Covered Glasses Storage Tray with 5 Compartments",
"product_id": 9538815983855,
"variant_id": 50457659310319,
"quantity": 1,
"grams": 450,
"length_cm": "31.0",
"width_cm": "19.0",
"height_cm": "4.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. The estimate endpoint uses the product dimensions
provided in the request before calling SFC. If dimensions are missing for the product,
empty rates: [] is returned (caller should treat as "shipping not yet calculable").