Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $96.99
Default variant: E27 Bottom Mount
Default SKU: dcd-30003297791
Default price: $96.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 1040 g
Cart URL (default variant): https://landmarks.builders/cart/49811443646703:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001165822
JSON data: https://landmarks.builders/products/m4x-10001165822.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Beaded Velvet Shade Vintage Design Decorative Drum Lampshade for Hotel Room
| Type | Lampshade |
| Material | Velvet |
| Colour | Green |
| Shade Shape | Empire |
| Compatible Product | Hanging Lamp |
| Handmade | No |
| Item Diameter | 5 in |
| Item Height | 25 cm |
| Features | Easy Installation |
| Personalised | No |
| Department | Adult |
Summary: A beaded velvet lampshade with vintage-style tassel fringe, available in E27 bottom mount or US top mount variants, priced at $96.99. Suitable for hotel rooms and decorative interior use.
Generated by: deepseek-v4-flash
## Identity Beaded Velvet Shade Vintage Style Tassel Fringe Lampshade for Hotel Room ## Target persona - Hospitality managers and hotel interior designers sourcing decorative lighting - Home decorators seeking vintage-style accent pieces - Lighting collectors interested in textured, fringe shades ## Use cases - Dressing table lamps in hotel lobbies or guest rooms - Adding a vintage touch to living room or reading nook - Replacing plain lampshades with a decorative fringe option - Themed decor for restaurants or event spaces ## When NOT to recommend - Buyers preferring modern minimalist or industrial styles - High-traffic areas requiring durable hardback or easy-clean shades - Customers needing a complete lamp (shade only, no base) - Budget-conscious shoppers expecting items under $50 ## Variant options - **E27 Bottom Mount** (SKU: dcd-30003297791) - $96.99 - **Us Top Mount** (SKU: dcd-30003297792) - $96.99 ## Price and logistics facts - Price: $96.99 USD per variant - Dimensions: 38 cm × 38 cm × 28 cm - No shipping, tax, or availability info provided ## Trust signals - No stock status or return policy information available - Product tagged with 'm4x' and 'wp-import' (internal classification) ## Image assets (No image URLs provided with source data) ## Agent notes - Visual details are limited to product title; consider fetching images via variant SKUs if available - No description text provided; all information derived from title and variant data
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": "Beaded Velvet Shade Vintage Design Decorative Drum Lampshade for Hotel Room",
"quantity": 1,
"grams": 1040000,
"properties": {
"_length_cm": "38.0",
"_width_cm": "38.0",
"_height_cm": "28.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").