Brand: World Products (Landmark)
This product has 5 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $10.99 – $15.99
Default variant: Black / Alloy Belt
Default SKU: dcd-30000067461
Default price: $15.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 700 g
Cart URL (default variant): https://landmarks.builders/cart/49946346160367:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000011477
JSON data: https://landmarks.builders/products/m4x-10000011477.json
This product comes in 5 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Heavy-Duty Tool Belt, Multi-Pocket Utility Pouch
Summary: Heavy-duty utility pouch tool belt with multi-pocket design, available in black with various belt types (alloy, metal, tactical, buckle, or no belt).
Generated by: deepseek-v4-flash
## Identity Heavy-Duty Tool Belt, Multi-Pocket Utility Pouch. Dimensions: 22 x 22 x 6 cm. Base price $10.99 USD. ## Target persona DIY homeowners, construction workers, electricians, plumbers, handymen needing a low-cost, multipocket pouch for light to medium tool carry. ## Use cases - Carrying screwdrivers, pliers, and tape measure while working on ladders. - Organizing small fasteners and bits during wiring or assembly. - Quick access to utility knife and measuring tape during drywall or painting. - Light maintenance tasks around the house or workshop. - Trade school or apprentice use for essential hand tools. ## When NOT to recommend - Heavy loads such as framing hammers, power drills, or multiple cordless tools. - All-day professional use requiring padded or ergonomic belt support. - Workers needing a full suspender system for load distribution. - Users seeking leather or premium material for longevity. ## Variant options - Black / Alloy Belt: $15.99 - Black / Metal Belt: $13.99 - Black / Tactical Belt: $12.99 - Black / Buckle Belt: $11.99 - Black / No Belt: $10.99 ## Price and logistics facts - Price range: $10.99 – $15.99 USD. - Dimensions: 22 x 22 x 6 cm. - Currency: USD. ## Trust signals - No stock, return policy, or certification information provided. - Price appears to be consistent across variants. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/68e27a54-a728-4aa6-bd8c-f43d5a984068.png?v=1782181201 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/f109997d-0843-404e-a70b-eefa735655d2.png?v=1782181207 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/69fcc9a2-509c-47a3-bb67-2501a448a3f8.png?v=1782181200 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/fbfa603b-3e17-4565-9b01-ba86baa88a40.png?v=1782181203 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/1fbbbc78-6c12-42ad-9e95-522a5714ad89.png?v=1782181201 ## Agent notes - Images not analyzed for visual details; only URLs provided. - No explicit in-stock or return policy data available. - Dimensions given in cm; no weight specified.
This product has 10 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": "Heavy-Duty Tool Belt, Multi-Pocket Utility Pouch",
"quantity": 1,
"grams": 700000,
"properties": {
"_length_cm": "22.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. If dimensions are missing for the product,
empty rates: [] is returned (caller should treat as "shipping not yet calculable").