Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Pink
Default SKU: dcd-30002761943
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: 50 g
Cart URL (default variant): https://landmarks.builders/cart/49879153934575:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001044540
JSON data: https://landmarks.builders/products/m4x-10001044540.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Transparent Glasses Case Portable Snap Closure Eyeglass Sleeve Lightweight
| Material | PVC |
| Size | 180*97mm |
Summary: Transparent PVC glasses case with snap closure, lightweight, 20x11x2 cm, $9.99. Available in Pink, Light Blue, White.
Generated by: deepseek-v4-flash
## Identity - Product: Transparent Glasses Case Portable Snap Closure Eyeglass Sleeve Lightweight - Material: PVC - Dimensions: 20 x 11 x 2 cm (7.9 x 4.3 x 0.8 in) - Weight: lightweight ## Target persona - Budget-conscious consumers seeking basic eyewear storage - Students or young adults needing a simple, low-cost case - People who want a transparent case to easily identify glasses ## Use cases - Storing everyday prescription glasses at home or office - Protecting glasses inside a bag or backpack during travel - Quick temporary storage for glasses when not in use - Spare case for different locations (e.g., car, desk) - Displaying glasses in a retail or organizational setting ## When NOT to recommend - Requiring heavy-duty impact protection (e.g., for sports or rugged use) - Needing a hard-shell or crush-resistant case - Looking for a premium, luxury-branded case - Storing oversized or extra-wide glasses (verify fit before purchase) ## Variant options - Pink (SKU: dcd-30002761943) - $9.99 - Light Blue (SKU: dcd-30002761944) - $9.99 - White (SKU: dcd-30002761945) - $9.99 ## Price and logistics facts - Price: $9.99 USD (all variants) - Dimensions: 20 x 11 x 2 cm - Availability: In stock (based on active listing) ## Trust signals - No return policy stated in provided data - Price consistent across variants - No certifications or warranties mentioned ## Image assets -  -  -  -  -  ## Agent notes - No image understanding performed; treat images as fetchable assets only. - Description states material PVC and size 180x97mm; dimensions_cm provided as 20x11x2 cm likely correspond to case outer dimensions.
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": "Transparent Glasses Case Portable Snap Closure Eyeglass Sleeve Lightweight",
"quantity": 1,
"grams": 50000,
"properties": {
"_length_cm": "18.0",
"_width_cm": "9.7",
"_height_cm": "2.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").