Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Stainless Steel / 5inch
Default SKU: dcd-30000068106
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: 120 g
Cart URL (default variant): https://landmarks.builders/cart/49946322600175:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000011592
JSON data: https://landmarks.builders/products/m4x-10000011592.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Stainless Steel Handle, Aluminum Alloy Cabinet Pull, Drawer Door Handle, sturdy, rust-resistant, easy to install
Summary: Stainless steel and aluminum alloy cabinet pull/drawer handle, 5in or 6in, rust-resistant, easy install, at $9.99.
Generated by: deepseek-v4-flash
## Identity Stainless Steel Handle, Aluminum Alloy Cabinet Pull, Drawer Door Handle, sturdy, rust-resistant, easy to install ## Target persona DIY homeowner replacing kitchen/bathroom cabinet hardware; renter updating appliances; property manager restocking standard pulls. ## Use cases - Replacing old cabinet pulls in kitchen renovation - Upgrading drawer fronts with modern bar pulls - Installing pulls on new unfinished cabinets - Quick fix for broken handles - Uniform pulls for rental property maintenance ## When NOT to recommend - Need decorative or ornate handles (this is simple bar pull) - Requires centered single-screw pull (this is two-screw bar pull) - Need soft-close or integrated mechanisms - Buyer looking for wood or ceramic handles ## Variant options Two variants: Stainless Steel / 5inch ($9.99, SKU dcd-30000068106) and Stainless Steel / 6inch ($9.99, SKU dcd-30000068107). ## Price and logistics facts Price: $9.99 per unit. Dimensions (packed): 12.0 cm length x 4.0 cm width x 4.0 cm height. No shipping or return details provided. ## Trust signals No warranty, return policy, or certification data given. No stock level data. ## Image assets 5 images available: - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/bd171740-688c-48d8-957c-40ab8efb0a38.png?v=1782181189 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/3d48d553-c694-48a1-a453-0f0aaea7b9f1.png?v=1782181193 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/6e2e1d73-dd2e-4bc3-bb37-1c500b30ae09.png?v=1782181189 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/9595eefb-0339-4c10-b172-8d7c478f861c.png?v=1782181189 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b51b4e25-725f-4dec-836e-2d177632d140.png?v=1782181190 ## Agent notes No image understanding performed. Visual details not assessed.
This product has 11 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": "Stainless Steel Handle, Aluminum Alloy Cabinet Pull, Drawer Door Handle, sturdy, rust-resistant, easy to install",
"quantity": 1,
"grams": 120000,
"properties": {
"_length_cm": "12.0",
"_width_cm": "4.0",
"_height_cm": "4.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").