Brand: World Products (Landmark)
SKU: dcd-30003598894
Price: $13.89
Availability: Out of Stock
Product Type: Lighting Equipment
Vendor: World Products
Weight: 1800 g
Cart URL (default variant): https://landmarks.builders/cart/50424058740975:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001265640
JSON data: https://landmarks.builders/products/wp-dcd-10001265640.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This black circular-style light is a circular fill light built for makeup, photo taking, live broadcasting, and close-up illumination, giving you a focused lighting setup for everyday content work. The clamp circular light base is made for desk mounting, helping it stay securely in place while keeping your workspace clear and organized. With articulated joints and a vertical pole, the desk circular light can be raised, lowered, and angled to match different filming positions and viewing needs. The front-facing illuminated circular works as a photo light that helps create even illumination for portraits, tutorials, and other close-range scenes. This clamp circular light is designed to bring stable, directed lighting to a desk or vanity setup, making it easier to work hands-free while maintaining a consistent light illumination.
Summary: This black circular-style light is a circular fill light built for makeup, photo taking, live broadcasting, and close-up illumination, giving you a focused lighting setup for everyday content work. The clamp circular light base is made for desk mounting, helping it stay securely in place while keeping your workspace clear and organized. With articulated joints and a vertical pole, the desk circular light can be raised, lowered, and angled to match different filming positions and viewing needs. The front-facing illuminated circular works as a photo light that helps create even illumination for portraits, tutorials, and other close-range scenes. This clamp circular light is designed to bring stable, directed lighting to a desk or vanity setup, making it easier to work hands-free while maintaining a consistent light illumination.
Generated by: deepseek-v4-flash
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/estimateapplication/json
{
"rate": {
"origin": {"country": "CN"},
"destination": {
"country": "US",
"postal_code": "95014",
"province": "CA",
"city": "Cupertino"
},
"items": [{
"name": "Adjustable Clamp Circular Light with Articulated Joints for Makeup and Broadcasting",
"product_id": 9537074757871,
"variant_id": 50424058740975,
"quantity": 1,
"grams": 1800,
"length_cm": "47.0",
"width_cm": "25.0",
"height_cm": "6.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. The estimate endpoint uses the product dimensions
provided in the request before calling SFC. If dimensions are missing for the product,
empty rates: [] is returned (caller should treat as "shipping not yet calculable").