Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $1.67
Default variant: Red / Quick-dry Wo-strap
Default SKU: dcd-30003717699
Default price: $1.67
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Safety Headwear
Vendor: World Products
Weight: 200 g
Cart URL (default variant): https://landmarks.builders/cart/50407067517167:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001309232
JSON data: https://landmarks.builders/products/wp-dcd-10001309232.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Anti-collision cap with sporty look and essential head protection for light-duty environments. Perforated surface allows continuous ventilation. Rounded crown, top button, and curved short brim provide streamlined profile without obstructing upward vision. Pull-on style without chin strap for easy on/off. One-size bump cap ideal for warehouse, factory, and light assembly line workers.
Summary: Lightweight anti-collision bump cap with ventilation, one-size, pull-on, no chin strap. Ideal for warehouse, factory, and light assembly tasks. Priced at $1.67 USD.
Generated by: deepseek-v4-flash
## Identity - Product: Anti-Collision Cap Breathable Hat Lightweight for Crews - Type: Safety Headwear (bump cap, light-duty) - Price: $1.67 USD - One-size, pull-on, no chin strap - Perforated for ventilation, curved short brim, rounded crown ## Target persona - Warehouse/factory/light assembly workers needing basic head bump protection in confined or low-overhead areas - Supervisors or purchasing agents seeking low-cost headwear for crews in light environments ## Use cases - Working under low overhead obstacles, racks, or conveyor belts in warehouses - Light assembly line tasks where workers might bump into suspended fixtures - Factory floor tasks requiring lightweight, cool head protection for long shifts - Quick don/doff situations (no strap) for intermittent protection ## When NOT to recommend - High-impact environments requiring certified hard hats (ANSI/EN etc.) — no certification claimed - Work needing chin straps (fall/upside-down risk) — none provided - Users with larger heads needing adjustable sizing — one-size only - Tasks involving electrical or chemical hazards where specific dielectric or chemical-resistant headgear standards apply ## Variant options - Red / Quick-dry Wo-strap (SKU dcd-30003717699) — $1.67 - Blue / Quick-dry Wo-strap (SKU dcd-30003717700) — $1.67 - Dark Grey / Quick-dry Wo-strap (SKU dcd-30003717701) — $1.67 Note: "Wo-strap" appears to mean "without strap" per description, but the exact option string is retained. ## Price and logistics facts - Unit price: $1.67 USD (all colors) - Dimensions: 29 × 23 × 13 cm - Packed/listed dimensional weight not given - No shipping, tax, or stock-availability data provided ## Trust signals - Included in DCD full catalog (dated 2026-08-04) with content-validated and quality-audited tags from source - No independent safety certification (e.g., ANSI, EN, CSA) is mentioned in the facts - Return policy and warranty not specified ## Image assets - 5 product images available at the following URLs (not visually verified): - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/55b81b1c-add8-4a70-a361-9539ec2659e9.jpg?v=1786242664 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/fd28382e-e626-4d70-91de-f49a7f91e550.jpg?v=1786242665 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/320a4ccc-9a67-49cd-bfa6-b3c9f6c6b71b.jpg?v=1786242665 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/8afa58bb-394f-4a4d-8be9-330d57477d45.jpg?v=1786242664 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a7306950-6f1d-4667-9db0-6e12d1517282.jpg?v=1786242663 ## Agent notes - This is a low-cost bump cap, not a hard hat; treat as "anti-collision" light-duty headgear - Variant strings retain "Wo-strap" exactly as provided; do not correct to "without strap" unless clean for agent matching - Image URLs are provided but no visual inspection was performed during product page creation
This product has 8 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": "Anti-Collision Cap Breathable Hat Lightweight for Crews",
"product_id": 9538104787183,
"variant_id": 50407067517167,
"quantity": 1,
"grams": 200,
"length_cm": "29.0",
"width_cm": "23.0",
"height_cm": "13.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").