Brand: World Products (Landmark)
SKU: dcd-30001456624
Price: $42.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 800 g
Cart URL (default variant): https://landmarks.builders/cart/49810642043119:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000802869
JSON data: https://landmarks.builders/products/m4x-10000802869.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
A6L 2019-2025 Fog Light Grille Trim
Summary: Audi A6L 2019-2025 fog light grille trim, front bumper 3-piece set for 2019-2022 Dynamic models, priced at $42.99.
Generated by: deepseek-v4-flash
## Identity A6L 2019-2025 Fog Light Grille Trim, specifically a 3-piece front bumper set for 19-22 Dynamic models. ## Target persona Audi A6L (C8) owners with Dynamic trim, looking for OEM-style replacement or upgrade fog light grille trim. ## Use cases - Replacing damaged or worn fog light grilles on a 2019-2022 A6L Dynamic. - Restoring front bumper appearance after minor collision or curb rash. - Upgrading from base trim to Dynamic-style fog light surrounds. - Prepping a used A6L for resale to improve exterior condition. - DIY repair to avoid costly dealership parts. ## When NOT to recommend - For non-Dynamic or post-2022 A6L models (2023+ may have different fitment). - For A6 Allroad or S6/RS6 variants. - If buyer needs a single piece rather than a 3-piece set. - When color matching or painting is required (unpainted black plastic assumed). ## Variant options - Only one variant: Front Bumper 3pcs / For 19-22 Dynamic (SKU: dcd-30001456624, $42.99). ## Price and logistics facts - Price: $42.99 USD. - Dimensions: 115.0 cm length, 10.0 cm width, 8.0 cm height. - Shipping weight/size unknown; likely bulky due to length. ## Trust signals - No in-stock or return policy information provided. - Single known SKU; price consistent across variant. - No certifications listed. ## Image assets No images available. ## Agent notes - Image understanding not performed: no image URLs provided. - Ensure fitment verification with buyer for exact year and trim. - Consider recommending compatibility check with OEM part number.
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": "A6L 2019-2025 Fog Light Grille Trim",
"quantity": 1,
"grams": 800000,
"properties": {
"_length_cm": "115.0",
"_width_cm": "10.0",
"_height_cm": "8.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").