Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $0.83 – $2.08
Default variant: 1061 Hook
Default SKU: dcd-30003685394
Default price: $0.83
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Cabinet Latch
Vendor: World Products
Weight: 450 g
Cart URL (default variant): https://landmarks.builders/cart/50406003376367:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001297975
JSON data: https://landmarks.builders/products/wp-dcd-10001297975.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This premium metal latch is designed for securing cabinet and enclosure doors with a reliable, heavy-duty hold. It provides a secure closure for flat-panel doors, ensuring they remain firmly shut during operation. The latch features a polished silver chrome-like finish, combining a sleek, modern aesthetic with a compact and rigid construction. It is engineered with a rectangular screw-mount base and countersunk holes for a clean, flush-fitting installation. Ideal for a wide range of flat-panel setups, including industrial cabinets, electrical enclosures, and oven doors.
Summary: Surface-mount metal cabinet latch in chrome-like finish; hook and handle variants for flat-panel doors on industrial cabinets, enclosures, and ovens. Hook $0.83, handle $2.08.
Generated by: deepseek-v4-flash
## Identity Rigid surface-mount metal cabinet latch with polished silver chrome-like finish, screw-mount rectangular base, and countersunk holes for flush fitting on flat-panel doors. ## Target persona Industrial maintenance technicians, enclosure designers, and equipment repair professionals needing replacement or new latches for cabinets, electrical enclosures, or ovens. ## Use cases - Securing industrial control cabinet doors - Replacing worn latch on an electrical enclosure - Oven door closure in restaurant kitchens - Adding a latch to a workshop flat-panel cabinet - Upgrading door closure on panel-mounted instruments ## When NOT to recommend - When a mortise or concealed latch is required - When keyed locking (security) is needed - For outdoor or wet environments (corrosion performance not specified) - For non-flat or curved door frames ## Variant options - 1061 Hook (SKU dcd-30003685394) – $0.83 USD - 1061 Handle (SKU dcd-30003685395) – $2.08 USD ## Price and logistics facts Prices are USD. Dimensions provided: 26.0 x 18.0 x 5.0 cm (likely package; product size not stated). No stock status given. ## Trust signals No certification data in source. No return policy stated. Price is per variant; confirm selection before ordering. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/1cbe726a-6468-41fd-9dfb-9495238e35e5.jpg?v=1786242157 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/94ec4c6e-6d4b-44d4-961a-8d6ca0448a75.jpg?v=1786242157 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b401ecac-3af7-4fde-80b2-ddcf9dd3c12d.jpg?v=1786242184 ## Agent notes Images not analyzed; URLs only. 'Chrome-like' is a finish descriptor, not verified as real chrome. Base material unspecified beyond 'metal'. No warranty data. Verify fit with door dimensions.
This product has 3 images in 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/estimateapplication/json
{
"rate": {
"origin": {"country": "CN"},
"destination": {
"country": "US",
"postal_code": "95014",
"province": "CA",
"city": "Cupertino"
},
"items": [{
"name": "Rigid Surface Mount Cabinet Latch",
"product_id": 9537784348911,
"variant_id": 50406003376367,
"quantity": 1,
"grams": 450,
"length_cm": "26.0",
"width_cm": "18.0",
"height_cm": "5.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. 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").