Brand: World Products (Landmark)
This product has 7 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99 – $15.99
Default variant: Black / 10pcs-2.5-10cm
Default SKU: dcd-30000067821
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: 200 g
Cart URL (default variant): https://landmarks.builders/cart/49946342588655:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000011539
JSON data: https://landmarks.builders/products/m4x-10000011539.json
This product comes in 7 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Pegboard holders, Metal Display Holders, Triangular Hole Board, sturdy Duty, Organizer for Supermarket, Home, Office, Monochrome
Summary: Metal pegboard holders for triangular hole boards, suitable for supermarket, home, and office organization, available in black or white in various sizes and quantities.
Generated by: deepseek-v4-flash
## Identity Pegboard holders, Metal Display Holders, Triangular Hole Board, sturdy Duty, Organizer for Supermarket, Home, Office, Monochrome ## Target persona - Retail store manager needing sturdy display hooks for merchandise - Home DIY enthusiast organizing tools and supplies - Office administrator organizing supplies or equipment ## Use cases - Displaying retail products on pegboard walls in supermarkets - Organizing tools in a garage or workshop - Hanging kitchen utensils or accessories - Arranging office supplies like scissors, tape, or clips - Holding small hardware items like screws or hooks in a craft room - Creating a visual merchandise display for trade shows ## When NOT to recommend - For round hole pegboards (these are for triangular holes) - For heavy industrial loads exceeding 10 lbs per hook (no weight rating given) - For outdoor use without weatherproofing (material unspecified) - For users seeking decorative or premium design (monochrome, basic metal) ## Variant options | Color | Size | Price | |-------|------|-------| | Black | 10pcs-2.5-10cm | $9.99 | | Black | 30pcs-2.5-15cm | $9.99 | | Black | 50pcs-2.5-5cm | $13.99 | | Black | 50pcs-2.5-20cm | $15.99 | | Black | 30pcs-3.2-5cm | $9.99 | | White | 30pcs-2.5-5cm | $9.99 | | White | 10pcs-3.2-5cm | $9.99 | ## Price and logistics facts - Price range: $9.99 - $15.99 USD - Dimensions (product package): 22.0 x 12.0 x 10.0 cm - No shipping or tax information provided - Variants differ by quantity and hook length (5cm, 10cm, 15cm, 20cm) and peg diameter (2.5mm or 3.2mm) ## Trust signals - In-stock status: not verified - Return policy: not provided - Price consistency: multiple variants at same price points - Certifications: none listed ## Image assets -  -  -  -  -  ## Agent notes No image understanding was performed. All information is from the provided facts. Missing data: exact material (metal type), weight capacity, return policy, shipping details.
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": "Pegboard holders, Metal Display Holders, Triangular Hole Board, sturdy Duty, Organizer for Supermarket, Home, Office, Monochrome",
"quantity": 1,
"grams": 200000,
"properties": {
"_length_cm": "22.0",
"_width_cm": "12.0",
"_height_cm": "10.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").