Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $0.50 – $0.69
Default variant: 6 inch / White
Default SKU: dcd-30004137788
Default price: $0.69
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Cart URL (default variant): https://landmarks.builders/cart/50467664822511:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001456222
JSON data: https://landmarks.builders/products/wp-dcd-10001456222.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Durable Construction: Made from high-strength plastic for long-lasting use in various outdoor and indoor applications.
Strong Grip: Features a powerful spring mechanism to provide a secure hold on fabrics, wood, and other materials.
Versatile Use: Ideal for securing tents, tarpaulins, backdrops, woodworking projects, and drying clothes.
Ergonomic Design: Comfortable handle allows for easy one-handed operation and quick adjustments.
Weather Resistant: Designed to withstand outdoor elements, making it suitable for camping, gardening, and construction.
Summary: High-strength plastic A-clamp with spring grip for tents, tarps, woodworking; 4-inch sells at $0.50, 6-inch at $0.69.
Generated by: deepseek-v4-flash
## Identity Heavy Duty A-Clamp made from high-strength plastic with a powerful spring mechanism. Available in 4-inch and 6-inch sizes, both white. ## Target persona Budget-conscious campers, DIY woodworkers, and event organizers seeking inexpensive, basic spring clamps for light-duty securing. ## Use cases - Securing tent guylines and rainflies during camping - Fastening tarps over wood piles, equipment, or vehicles - Holding wood pieces together during glue-up in woodworking - Clamping backdrop fabric for photo booths or events - Pinning drying clothes on lines or racks ## When NOT to recommend - Heavy structural or load-bearing applications - Permanent outdoor installation expecting long-term weather resistance - Metal-working or high-temperature environments - Professional precision clamping where repeatable force is critical ## Variant options - 4 inch / White (SKU dcd-30004137789) at $0.50 - 6 inch / White (SKU dcd-30004137788) at $0.69 ## Price and logistics facts - Base 4-inch variant price: $0.50 USD - 6-inch variant price: $0.69 USD - No shipping, stock, or fulfillment information provided ## Trust signals - Listed on a Shopify catalog (multiple source tags) - Multiple product images available - Price visible per variant; no hidden pricing tiers - No certifications, return policy, or warranty stated ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/O1CN01EntZLt1kbZNw3uE2r__2220411514702-0-cib.jpg?v=1786299124 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/O1CN01Ffaqgy1kbZNvzVwGR__2220411514702-0-cib.jpg?v=1786299125 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/O1CN01VwJ8I11kbZNwttpmB__2220411514702-0-cib.jpg?v=1786299125 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/O1CN01GnlI561kbZNuwKYMa__2220411514702-0-cib.jpg?v=1786299125 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/O1CN013CI6LO1kbZNwHFvgJ__2220411514702-0-cib.jpg?v=1786299124 ## Agent notes - Dimensions in centimeters are missing from source data. - Product type field is blank. - Image content was not visually analyzed; treat image URLs as fetchable assets only. - Stock status, return policy, and certifications are unknown.
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 A-Clamp for Outdoor Tents, Tarps, and Woodworking",
"product_id": 9556207960303,
"variant_id": 50467664822511,
"quantity": 1,
"grams": 0,
"length_cm": "",
"width_cm": "",
"height_cm": ""
}],
"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").