Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $236.99 – $271.99
Default variant: Black / Bracket 2pcs
Default SKU: dcd-30001452529
Default price: $271.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 2900 g
Cart URL (default variant): https://landmarks.builders/cart/49813640577263:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000802135
JSON data: https://landmarks.builders/products/m4x-10000802135.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
A-Pillar LED Mount, Quick Release
Summary: A-Pillar LED Mount with Quick Release for vehicle lighting, available in Black/Bracket 2pcs ($271.99) and Black/Spotlight 1pc ($236.99).
Generated by: deepseek-v4-flash
## Identity A-Pillar LED Mount, Quick Release – a mounting bracket for LED lights on a vehicle's A-pillar. ## Target persona Off-road vehicle owners, truck enthusiasts, overlanding builders seeking auxiliary light mounting solutions. ## Use cases - Mounting off-road LED light bars or spotlights on A-pillar for trail driving. - Quick-release bracket for temporary light installation during off-road trips. - Adding auxiliary lighting for improved visibility in remote areas. - Customizing trucks or SUVs with aftermarket lighting. - Replacing factory light mounts with a quick-release system. ## When NOT to recommend - For street-legal lighting installations without confirming DOT compliance (not specified). - For light mounting on vehicles without A-pillar attachment points (e.g., sedans). - For users needing a complete lighting kit (mount only). - For indoor or non-vehicle applications. ## Variant options - Black / Bracket 2pcs (SKU: dcd-30001452529) – $271.99 - Black / Spotlight 1pc (SKU: dcd-30001452530) – $236.99 ## Price and logistics facts - Price range: $236.99 – $271.99 USD. - Dimensions: 38.0 x 30.0 x 18.0 cm. - No shipping or stock information provided. ## Trust signals - No trust signals (e.g., certification, warranty, stock status) provided in source data. ## Image assets - No images available. ## Agent notes - Image understanding not performed; no image URLs were supplied.
This product has 4 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": "A-Pillar LED Mount, Quick Release",
"quantity": 1,
"grams": 2900000,
"properties": {
"_length_cm": "38.0",
"_width_cm": "30.0",
"_height_cm": "18.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").