Brand: World Products (Landmark)
This product has 12 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $21.99 – $23.99
Default variant: Red Gray
Default SKU: dcd-30002714104
Default price: $21.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 500 g
Cart URL (default variant): https://landmarks.builders/cart/49903504294127:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001032252
JSON data: https://landmarks.builders/products/m4x-10001032252.json
This product comes in 12 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Angel Glass Dome with Roses Symbol of Everlasting Love for Christmas, Mom, Women
Summary: Angel Glass Dome with Roses, decorative keepsake symbolizing everlasting love, available in 12 color/style variants, priced from $21.99 to $23.99.
Generated by: deepseek-v4-flash
## Identity Angel Glass Dome with Roses – decorative glass dome containing artificial roses, marketed as symbol of everlasting love. Suitable as a gift or home decor item. ## Target persona - Gift shoppers looking for sentimental presents for Christmas, Mother's Day, or anniversaries - Women (mom, wife, girlfriend) who appreciate romantic or angel-themed decor - Collectors of glass dome ornaments ## Use cases - Christmas gift for mom, wife, or female friend - Anniversary or Valentine's Day gift expressing enduring love - Home decor on shelf, mantel, or bedside table - Memorial or sympathy gift (angel theme) - Wedding or bridal shower favor - Decorative accent for a romantic-themed room ## When NOT to recommend - Buyers seeking a functional item (e.g., lamp, storage) – this is purely decorative - Those looking for fresh flowers – roses are artificial - Minimalist or modern decor enthusiasts – angel/kitsch style may not suit - Budget-conscious shoppers wanting something under $10 ## Variant options | Style | SKU | Price | |-------|-----|-------| | Red Gray | dcd-30002714104 | $21.99 | | Pink White | dcd-30002714105 | $21.99 | | Red | dcd-30002714106 | $21.99 | | Yellow | dcd-30002714107 | $21.99 | | Blue | dcd-30002714108 | $21.99 | | Purple | dcd-30002714109 | $21.99 | | Champagne No Light | dcd-30002714110 | $21.99 | | Red Gray with Light | dcd-30002714111 | $23.99 | | Pink Wht with Light | dcd-30002714112 | $23.99 | | Yellow with Light | dcd-30002714113 | $23.99 | | Purple with Light | dcd-30002714114 | $23.99 | | Champagne with Light | dcd-30002714115 | $23.99 | ## Price and logistics facts - Base price: $21.99 USD - Light-up variants: $23.99 USD - Dimensions: 27.0 x 23.0 x 18.5 cm - Currency: USD - No shipping or tax information provided ## Trust signals - Price consistent across all non-light variants ($21.99) and light variants ($23.99) - Multiple color/style options available - No stock status, return policy, or certifications provided in source data ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/5ac0cfd1-9caf-4126-bc9c-fc7e4d32c3ca.jpg?v=1782146565 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/5c12a984-1bd4-4d25-b7b1-28a04e803f2e.jpg?v=1782146565 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/5d8af455-f0e5-42bb-81b0-e9c11be356f2.jpg?v=1782146563 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/d4d5a8bf-e92d-49da-b2f7-15dd60b0df50.jpg?v=1782146566 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/44ade12b-fadf-4629-8537-f0f1b02794b9.jpg?v=1782146565 ## Agent notes - Images not analyzed; visual details (material feel, rose realism, angel appearance) are unknown. - Product type field was empty; categorization inferred from title and description. - No explicit mention of artificial roses, but assumed from typical dome decor.
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": "Angel Glass Dome with Roses Symbol of Everlasting Love for Christmas, Mom, Women",
"quantity": 1,
"grams": 500000,
"properties": {
"_length_cm": "27.0",
"_width_cm": "23.0",
"_height_cm": "18.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").