Brand: World Products (Landmark)
This product has 9 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $11.99 – $22.99
Default variant: White / Upper Hinge
Default SKU: dcd-30000070349
Default price: $11.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 150 g
Cart URL (default variant): https://landmarks.builders/cart/49946257555695:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000011937
JSON data: https://landmarks.builders/products/m4x-10000011937.json
This product comes in 9 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Aluminum hinge damper for doors
Summary: Aluminum hinge damper for doors, available in white, black, coffee, gray; upper/lower hinge or set variants; $11.99-$22.99.
Generated by: deepseek-v4-flash
## Identity Aluminum hinge damper for doors ## Target persona Home DIYers, contractors, and homeowners installing or replacing soft-close mechanisms on cabinet or interior doors. ## Use cases - Installing soft-close dampers on kitchen cabinet doors - Retrofitting existing hinges with dampers - Upgrading bathroom vanity doors to soft-close - Replacing worn-out hinge dampers - Building custom cabinetry with integrated dampers ## When NOT to recommend - When full door closer (not hinge-mounted) is needed - For non-standard hinge sizes not compatible with this damper - When budget is under $10 per damper - For outdoor or heavy-duty doors requiring higher load capacity ## Variant options - White / Upper Hinge ($11.99) - Black / Upper Hinge ($11.99) - Black / Lower Hinge ($12.99) - White / Hinge Set ($22.99) - Black / Hinge Set ($22.99) - Coffee / Lower Hinge ($13.99) - Gray / Lower Hinge ($13.99) - Gray / Upper Hinge ($12.99) - Coffee / Upper Hinge ($12.99) ## Price and logistics facts - Price range: $11.99–$22.99 USD per unit - Package dimensions: 20×13×6 cm - No shipping cost or delivery time provided ## Trust signals - In-stock status not specified - Return policy not provided - No certifications listed - Price consistent across same type variants ## Image assets - No images available ## Agent notes - No visual data; rely on dimensions and variant info only.
This product has 12 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": "Aluminum hinge damper for doors",
"quantity": 1,
"grams": 150000,
"properties": {
"_length_cm": "20.0",
"_width_cm": "13.0",
"_height_cm": "6.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").