Brand: World Products (Landmark)
SKU: dcd-30003566255
Price: $1.32
Availability: Out of Stock
Product Type: Hardware Latch
Vendor: World Products
Weight: 170 g
Cart URL (default variant): https://landmarks.builders/cart/50423918362863:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001253332
JSON data: https://landmarks.builders/products/wp-dcd-10001253332.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Two stainless steel heavy-duty latch fittings are included, giving you a matching pair for cabinet or door hardware replacement and installation. Built as a metal fixture with a polished silver finish, this stainless steel latch offers a solid look and a compact mechanical clasp structure. The curved hook-and-loop style latch fitting uses a long mounting body, slim metal arm, and teardrop-shaped end piece for a secure, guided closing action. Designed as a cabinet latch and door latch, it suits furniture or entry points that need a dependable closing mechanism with a neat hardware profile. Each stainless steel latch measures about 11.3 cm overall, with a 2 cm body section, 1.7 cm curved top section, and 1.8 cm end piece for a compact fit.
Summary: Two stainless steel heavy-duty latch fittings are included, giving you a matching pair for cabinet or door hardware replacement and installation. Built as a metal fixture with a polished silver finish, this stainless steel latch offers a solid look and a compact mechanical clasp structure. The curved hook-and-loop style latch fitting uses a long mounting body, slim metal arm, and teardrop-shaped end piece for a secure, guided closing action. Designed as a cabinet latch and door latch, it suits furniture or entry points that need a dependable closing mechanism with a neat hardware profile. Each stainless steel latch measures about 11.3 cm overall, with a 2 cm body section, 1.7 cm curved top section, and 1.8 cm end piece for a compact fit.
Generated by: deepseek-v4-flash
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": "2 Pieces Heavy-Duty Stainless Steel Latch Fittings for Doors and Cabinets",
"product_id": 9536714047727,
"variant_id": 50423918362863,
"quantity": 1,
"grams": 170,
"length_cm": "15.0",
"width_cm": "10.0",
"height_cm": "2.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").