Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.30 – $12.57
Default variant: 3M Yellow-Black Screw
Default SKU: dcd-30003920369
Default price: $9.30
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Crowd Control Barrier
Vendor: World Products
Weight: 520 g
Cart URL (default variant): https://landmarks.builders/cart/50457948258543:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001380397
JSON data: https://landmarks.builders/products/wp-dcd-10001380397.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This wall-mounted retractable belt barrier is designed for crowd control in warehouses, shops, and workplaces. It features a black-and-yellow striped belt that extends across doorways, aisles, or corridors to block entry. The belt retracts cleanly when not in use. It installs securely onto flat walls with a fixed bracket and screws. The high-visibility design serves as a visual marker for organizing queues or securing restricted areas.
Summary: Wall-mounted retractable belt barrier for crowd control. Black-yellow striped belt extends across doorways and retracts cleanly. Prices from $9.30 (3m) to $12.57 (10m). Requires flat wall and screw installation.
Generated by: deepseek-v4-flash
## Identity Wall-mounted retractable belt barrier for crowd control. Black-and-yellow high-visibility belt retracts when not in use. Requires flat wall and screw installation. ## Target persona Facility managers, warehouse operators, retail shop owners, event staff needing temporary lane or access control. ## Use cases - Blocking off a doorway or aisle during cleaning or maintenance. - Directing queues at checkout counters or service desks. - Securing restricted areas in warehouses or offices. - Temporary barrier at events or construction zones. ## When NOT to recommend - Outdoor permanent installations (no weatherproofing mentioned). - Areas with no flat wall surface for the fixed bracket. - High-traffic areas needing heavy-duty fixed barriers (this is retractable, not crash-rated). - Buyers seeking free-standing posts or stanchions. ## Variant options - 3M Yellow-Black Screw – $9.30 (SKU dcd-30003920369) - 5M Yellow-Black Screw – $9.55 (SKU dcd-30003920370) - 10M Yellow-Black Screw – $12.57 (SKU dcd-30003920371) ## Price and logistics facts - Base price: $9.30 USD. 5M variant: $9.55; 10M variant: $12.57. - Physical dimensions: 25.0 cm x 20.0 cm x 12.0 cm (L x W x H). - Installation requires screws (fixed bracket), no extra mounting parts listed. ## Trust signals - Listed with stock-keeping units (SKUs) and catalog tags (dcd-full-catalog, wp-quality-audited). - Price consistency: unit price matches base variant. - No warranty, return, or certification information provided in source data. ## Image assets - 4 product images available (URLs listed in raw data). Visual details not inspected. ## Agent notes - Do not infer weatherproofing, tamper-proofing, or load rating unless specified. - Dimensions are package/product dimensions in centimeters, not belt length. - The belt lengths are 3, 5, and 10 meters; ensure buyer selects correct length.
This product has 4 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": "Wall-Mounted Retractable Belt Barrier for Crowd Control",
"product_id": 9539757867247,
"variant_id": 50457948258543,
"quantity": 1,
"grams": 520,
"length_cm": "25.0",
"width_cm": "20.0",
"height_cm": "12.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").