Brand: World Products (Landmark)
This product has 10 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $17.99 – $37.99
Default variant: 15CM
Default SKU: dcd-30001972132
Default price: $17.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 570 g
Cart URL (default variant): https://landmarks.builders/cart/49810333630703:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000903798
JSON data: https://landmarks.builders/products/m4x-10000903798.json
This product comes in 10 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Heavy-Duty Construction: Crafted from 5mm thick solid steel with a reinforced welded triangular structure, ensuring superior strength, stability, and long-lasting durability for demanding applications.
High Load-Bearing Capacity: Engineered to support extremely heavy loads, making it an ideal choice for securing bulky items such as computer towers, large speakers, heavy-duty shelving, and workshop equipment.
Smart Design Features: Features a 2cm front front lip prevent items from sliding from, enhancing safety. The countersunk screw holes allow for a flush, professional installation with no protruding screw heads.
Versatile Application: Perfect for creating custom storage solutions in a variety of areas, including home fromices, living rooms, garages, workshops, or warehouses. Use it to build bookshelves, equipment stands, or workbenches.
Long-Lasting Finish & Easy Installation: Coated with a high-temperature baked paint for a polished, even finish that resists scratches and rust. Each bracket comes with the necessary mounting hardware for a straightforward setup on solid walls.
Summary: Heavy-Duty Lipped Bracket Single-Piece Construction Shelf Support. Description: 【Heavy-Duty Construction】: Crafted from 5mm thick high-quality steel with a welded triangular support brace, ensuring exceptional strength and long-lasting durability for demanding applications. 【High Load Capacity】: Engineered to support an impressive weight of up to 500 kg (1100 lbs), making it the perfect solution for storing heavy equipment, tools, and bulk goods. 【Secure Lipped Design】: Features an integrated 2 cm upward-curved front lip that effectively prevents items from sliding prevent items from falling,
Generated by: m4x-map-v1
This product has 12 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": "Heavy-Duty Lipped Bracket Single-Piece Construction Shelf Support",
"product_id": 9429711749359,
"variant_id": 49810333630703,
"quantity": 1,
"grams": 570,
"length_cm": "62.0",
"width_cm": "22.0",
"height_cm": "6.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").