Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99 – $19.99
Default variant: Wireless Controller / Wireless Controller
Default SKU: dcd-30001459136
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: 70 g
Cart URL (default variant): https://landmarks.builders/cart/49946061570287:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000803298
JSON data: https://landmarks.builders/products/m4x-10000803298.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
WS2812 Ultra-Narrow RGB LED Strip, Individually Addressable
Summary: WS2812 ultra-narrow individually addressable RGB LED strip, available as a 5V 68LED 50cm strip ($19.99) or a Wireless Controller ($9.99).
Generated by: deepseek-v4-flash
## Identity WS2812 Ultra-Narrow RGB LED Strip, Individually Addressable (generic electronics component). ## Target persona - Electronics hobbyists and makers building custom LED projects. - DIY smart lighting enthusiasts requiring compact, addressable strips. - Students or educators in electronics and prototyping. ## Use cases - Accent lighting for model displays or dioramas. - Under-cabinet or cove lighting in tight spaces. - Wearable electronics (ultra-narrow width fits small seams). - DIY signage or decorative lighting with individual LED control. - Prototyping addressable LED effects for Arduino or ESP32. ## When NOT to recommend - Professional installations needing high brightness or long continuous runs (max 50cm variant). - Outdoor use without additional waterproofing (no IP rating provided). - Large-scale lighting projects requiring longer strips (e.g., 5m+). - Users needing a complete kit with power supply or controller (only strip or wireless controller offered). ## Variant options - **Wireless Controller** (SKU: dcd-30001459136): $9.99, options: Color: Wireless Controller, Size: Wireless Controller. (Note: appears to be a controller, not the strip itself.) - **5V 68LEDs / 2.6mm 50cm** (SKU: dcd-30003284698): $19.99, options: Color: 5V 68LEDs, Size: 2.6mm 50cm. This is the actual LED strip. ## Price and logistics facts - Base price: $9.99 (Wireless Controller). - Strip variant: $19.99. - Product dimensions: 10 × 8 × 3 cm (likely packaging). - No shipping or tax information provided. ## Trust signals - In-stock status not specified. - No return policy or warranty details provided. - Product is from a generic electronics line (tags: m4x, wp-import). No certifications mentioned. ## Image assets No image URLs provided. Visual verification not possible. ## Agent notes - The variant named "Wireless Controller" is ambiguous; it may be a separate controller product, not the LED strip. Confirm with seller. - Only two variants exist: a controller and a 50cm strip. No mention of different lengths or densities. - No details on LED count for the base variant (assumed to be the strip? but price is lower). The wireless controller likely does not include LEDs. - Image data was not available; do not assume visual appearance.
This product has 10 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": "WS2812 Ultra-Narrow RGB LED Strip, Individually Addressable",
"quantity": 1,
"grams": 70000,
"properties": {
"_length_cm": "10.0",
"_width_cm": "8.0",
"_height_cm": "3.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").