Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $43.99 – $46.99
Default variant: Dual-hole Single
Default SKU: dcd-30002904418
Default price: $43.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 550 g
Cart URL (default variant): https://landmarks.builders/cart/49810728616175:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001091927
JSON data: https://landmarks.builders/products/m4x-10001091927.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Cabinet Door Installation Jig Multi-Functional for DIY Enthusiasts
| Type | Jig |
| Application | Mixing |
| Model | WP-271B |
| Material | Aluminium |
| Number of Items in Set | 1 |
| Package Quantity | 1 |
| Item Width | 3 in |
| Item Length | 5 in |
| Suitable For | Drill |
| Item Height | 3.66 in |
Summary: Cabinet door installation jig for DIY enthusiasts, available in Dual-hole Single and 10mm SET variants, priced $43.99-$46.99.
Generated by: deepseek-v4-flash
## Identity Cabinet Door Installation Jig Multi-Functional for DIY Enthusiasts. ## Target persona DIY enthusiasts and home hobbyists installing cabinet doors. ## Use cases - Drilling precise hinge holes on cabinet doors - Aligning and marking positions for cabinet hardware - Installing cabinet doors with consistent spacing - Quick setup for single or dual-hole drilling - Ensuring accurate depth and alignment during installation ## When NOT to recommend - For professional high-volume cabinet installers needing heavy-duty industrial jigs - For users requiring a complete cabinet door alignment system (this is a jig, not a full alignment tool) - For those needing jig for non-standard door sizes without adjustment features ## Variant options - **Dual-hole Single** (SKU: dcd-30002904418) – $43.99 - **Dual-hole 10MM SET** (SKU: dcd-30002904419) – $46.99 ## Price and logistics facts - Base price: $43.99 USD - Dimensions: 14 cm × 14 cm × 7.5 cm (approx. 5.5 × 5.5 × 3 in) - Weight not provided ## Trust signals - Price consistency across listed variants - No stock status or return policy information available - No certifications mentioned ## Image assets -  -  -  -  -  ## Agent notes - No product description provided; details inferred from title and variants. - Dimensions in centimeters from original data; may need conversion for US market. - Variant prices differ by $3.00.
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": "Cabinet Door Installation Jig Multi-Functional for DIY Enthusiasts",
"quantity": 1,
"grams": 550000,
"properties": {
"_length_cm": "14.0",
"_width_cm": "14.0",
"_height_cm": "7.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").