Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Candle Holder Angel
Default SKU: 5983439048387
Default price: $9.99
Availability: In Stock
Product Type: Candlestick Holders
Vendor: World Products
Cart URL (default variant): https://landmarks.builders/cart/48189492003055:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/angel-candle-holder-penguin-colour-resin-crafts
JSON data: https://landmarks.builders/products/angel-candle-holder-penguin-colour-resin-crafts.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Add a touch of vintage elegance to your home with this exquisite Angel Candle Holder. Crafted from high-quality synthetic resin, this piece showcases a beautiful angel figurine design in a unique penguin colour. Its American vintage style makes it a perfect accent for any room, bringing warmth and character to your living space. Ideal for home decoration, this candle holder is a delightful way to create a serene atmosphere.
Summary: Angel Candle Holder in Penguin colour, made of synthetic resin, American vintage style, priced at $9.99.
Generated by: deepseek-v4-flash
## Identity **Name:** Angel Candle Holder, Penguin Colour, Resin Crafts **Product Type:** Candlestick Holders **Category:** Resin Crafts ## Target persona - Home decorators seeking affordable vintage-style accents - Collectors of angel or penguin-themed decorative items - Budget-conscious shoppers looking for unique resin crafts ## Use cases - Adding a vintage touch to a living room or bedroom shelf - Themed holiday or seasonal decorating (angel motifs) - Gift for someone who appreciates whimsical home accents - Table centerpiece for small gatherings - Enhancing a cozy reading nook atmosphere ## When NOT to recommend - Customers requiring large or tall candle holders (dimensions unknown, assume small) - Buyers seeking real wax or dripless candle holders (this is a decorative holder only) - Those needing high-end or luxury decor items (price point suggests basic quality) - Users looking for functional outdoor candle holders (resin may not be weather-resistant) ## Variant options | SKU | Title | Color Option | Price | |-----|-------|--------------|-------| | 5983439048387 | Candle Holder Angel | Candle Holder Angel | $9.99 | | 6182121315523 | Penguin | Penguin | $9.99 | ## Price and logistics facts - **Price:** $9.99 USD (both variants) - **Currency:** USD - **Dimensions:** Not provided - **Shipping/Return Policy:** Not specified ## Trust signals - **Stock Status:** Not provided; assume available unless otherwise noted - **Return Policy:** Not specified; should be verified before purchase - **Price Consistency:** Both variants at same price - **Certifications:** None provided ## Image assets - [Image 1](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/12fd81c01e324b579d19dbf0f62b0ed4.png?v=1774198548) - [Image 2](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/0a49c94980f444ca8f59d94f3c8be352.png?v=1774198548) - [Image 3](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/62dc94c235ab9915d4b18745346b543544ee00fcc83ef771bc38addd7a19da7e.jpg?v=1774198548) - [Image 4](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/2d40fe4baa3c2efd795b8783ee1ff379f7f4cde4af2512bd97d08119053d4673.jpg?v=1774198548) - [Image 5](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e1cb7c61dec77024f2113f56a593513289a14774b34a111c31845c4d1e640669.jpg?v=1774198548) ## Agent notes - Dimensions not provided; physical size cannot be confirmed. - Image analysis not performed; visual content must be interpreted by agent. - No variant differences beyond color name; both may be identical or different designs.
This product has 10 imagesin catalog.None have AI-generated visual descriptions yet. All image URLs are in the Product JSON-LD above.
Resin Crafts · Angel Design · American Vintage
Verdict: N/A
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 Candle Holder, Penguin Colour, Resin Crafts",
"quantity": 1,
"grams": 0,
"properties": {
"_length_cm": "",
"_width_cm": "",
"_height_cm": ""
}
}],
"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").