Brand: World Products (Landmark)
SKU: dcd-30003597773
Price: $79.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: 汽配
Vendor: World Products
Weight: 900 g
Cart URL (default variant): https://landmarks.builders/cart/49714574393583:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001265235
JSON data: https://landmarks.builders/products/wp-dcd-10001265235.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: Vintage silver round rearview mirror for classic cars, priced at $79.99, dimensions 22.5x12.5x9.5 cm, one variant available.
Generated by: deepseek-v4-flash
## Identity
Cross-border e-commerce product: vintage silver round rearview mirror for classic cars ("Vintage Silv Round" style).
## Target persona
Classic car owners and restorers, especially those with 1950s-1970s American or European vehicles needing period-correct chrome/silver accessories.
## Use cases
- Restoring a classic car to original specification.
- Replacing a damaged or missing rearview mirror.
- Upgrading a daily driver vintage car with a stylish round mirror.
- Adding a retro touch to a custom hot rod or lowrider.
- Sourcing parts for a vintage car show project.
## When NOT to recommend
- For modern cars with integrated side cameras or electronic mirrors.
- For drivers requiring heated or auto-dimming mirrors.
- For vehicles with non-standard mounting holes (not specified compatibility).
- For buyers seeking a left-hand drive specific mirror (orientation not indicated).
## Variant options
Only one variant available: "Vintage Silv Round" (SKU dcd-30003597773) at $79.99.
## Price and logistics facts
Price: $79.99 USD. Shipping dimensions: 22.5 cm (L) x 12.5 cm (W) x 9.5 cm (H). No shipping cost or weight provided.
## Trust signals
- In-stock status: Not specified (assumed in stock).
- Return policy: Not provided in facts.
- Price consistency: Single variant at listed price.
- Certifications: None specified.
## Image assets
8 images available (URLs not reproduced here for brevity; see product images for visual details).
## Agent notes
- No description text available; rely on product title and tags.
- Image understanding not performed; visual details not inspected.
- Product is from cross-border e-commerce; verify shipping and returns with seller.This product has 13 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": "跨境电商 复古银色老爷车圆形后视镜倒车车镜",
"quantity": 1,
"grams": 900000,
"properties": {
"_length_cm": "22.5",
"_width_cm": "12.5",
"_height_cm": "9.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. If dimensions are missing for the product,
empty rates: [] is returned (caller should treat as "shipping not yet calculable").