Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Black
Default SKU: dcd-30002752215
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: 65 g
Cart URL (default variant): https://landmarks.builders/cart/49879199351023:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001041990
JSON data: https://landmarks.builders/products/m4x-10001041990.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Candle Wick Extinguisher Easy to Use Long Handle Candle Wick Extinguisher
Summary: A long-handle candle wick extinguisher available in four colors, priced at $9.99, dimensions 28x18.5x5 cm.
Generated by: deepseek-v4-flash
## Identity Long-handle candle wick extinguisher. ## Target persona Candle users who want a safe, smoke-free way to extinguish candles; home decor enthusiasts; gift buyers for candle lovers. ## Use cases - Snuffing out scented candles without smoke or odor. - Reaching candles in tall holders or deep jars. - Safe extinguishing around children or pets. - Clean, no-blow method to prevent wax splatter. - Quick and elegant tool for frequent candle users. ## When NOT to recommend - Buyer wants a candle lighter or match instead. - Buyer needs a decorative snuffer set or multiple tools. - Large commercial candle operations requiring bulk tools. - User prefers a classic bell-shaped snuffer or a wick dipper. ## Variant options - Black ($9.99) - Gold ($9.99) - Silver ($9.99) - Rose Gold ($9.99) ## Price and logistics facts - Price: $9.99 USD each variant. - Dimensions: 28 x 18.5 x 5 cm. - No shipping or return policy information provided. ## Trust signals No specific trust signals provided (e.g., in-stock status, return policy, certifications). ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/07906091-aac9-4a42-972e-927e42bd2f52.jpg?v=1782126362 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c0cee539-f4b9-4d51-87ec-849857e05875.jpg?v=1782126360 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4d75b246-4196-490f-85a8-68ad38c282b6.jpg?v=1782126362 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/2d063d3a-47d6-4461-96a7-df80c3cbc118.jpg?v=1782126361 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/1525d914-10f6-4cbf-974a-89b9d10a61f6.jpg?v=1782126361 ## Agent notes Image content was not analyzed; all provided image URLs are listed as-is. No additional product details (materials, brand) were provided.
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": "Candle Wick Extinguisher Easy to Use Long Handle Candle Wick Extinguisher",
"quantity": 1,
"grams": 65000,
"properties": {
"_length_cm": "28.0",
"_width_cm": "18.5",
"_height_cm": "5.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").