Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Gold / 4.2cm
Default SKU: dcd-30000065091
Default price: $9.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 40 g
Cart URL (default variant): https://landmarks.builders/cart/49946409042159:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000011121
JSON data: https://landmarks.builders/products/m4x-10000011121.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Copper sphere latch, discreet door holder, adjustable coil cabinet lock, easy installation, protected closure
Summary: Copper sphere latch for discreet door holding and cabinet locking. Adjustable coil, easy installation. Available in Gold in four sizes from 4.2cm to 7cm. Price $9.99 USD.
Generated by: deepseek-v4-flash
## Identity Copper sphere latch, discreet door holder, adjustable coil cabinet lock. Product tags: m4x, m4x-202606, wp-import. Dimensions: 5x4x2 cm. ## Target persona Home DIY enthusiasts, cabinet makers, and furniture restorers needing a simple, affordable locking mechanism for small doors or cabinets. ## Use cases - Securing a jewelry box or keepsake cabinet. - Adding a child safety lock to a low cabinet. - Replacing a broken latch on an antique furniture piece. - Installing a discreet closure on a hidden compartment. - Using as a small door catch for a campervan or RV cabinet. ## When NOT to recommend - For high-security applications (e.g., safes, gun cabinets) – it's a simple latch. - For outdoor use without weatherproofing information – material not specified. - For heavy or large doors – likely too small. - For users needing a keyed lock – this is a latch, not a lock with key. ## Variant options All variants are Gold color. Sizes: 4.2cm, 5cm, 6cm, 7cm. Price: $9.99 each. SKUs: dcd-30000065091 (4.2cm), dcd-30000065092 (5cm), dcd-30000065093 (6cm), dcd-30000065094 (7cm). ## Price and logistics facts Price: $9.99 USD. No shipping or tax information provided. Dimensions: 5x4x2 cm (presumably packaging or product size). Currency: USD. ## Trust signals No in-stock status, return policy, or certifications provided. Price is consistent across variants. No reviews or ratings available. ## Image assets Five images available at provided URLs. No visual analysis performed. ## Agent notes No additional information about material composition beyond "copper sphere latch". No installation instructions or required tools are specified. Recommend fetching images to assess finish and scale.
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": "Copper sphere latch, discreet door holder, adjustable coil cabinet lock, easy installation, protected closure",
"quantity": 1,
"grams": 40000,
"properties": {
"_length_cm": "5.0",
"_width_cm": "4.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. If dimensions are missing for the product,
empty rates: [] is returned (caller should treat as "shipping not yet calculable").