Brand: World Products (Landmark)
SKU: dcd-30003707168
Price: $15.00
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Golf Equipment
Vendor: World Products
Weight: 3700 g
Cart URL (default variant): https://landmarks.builders/cart/50406491128047:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001305379
JSON data: https://landmarks.builders/products/wp-dcd-10001305379.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This foldable golf cart is built with a sturdy black iron and metal frame, providing reliable support for heavy gear on the course. Its classic two-wheel design allows it to glide effortlessly across the golf course. The collapsible frame features cable bracing and locking joints, folding down to a compact 43 cm by 28 cm. Equipped with a curved padded handle grip, it ensures a comfortable and secure hold during long rounds. A dedicated bag holder bracket and lower front support keep your equipment stable and upright.
Summary: Foldable two-wheel golf bag cart with black iron and metal frame, cable bracing, locking joints, padded grip, and bag holder bracket. Priced at $15.00 USD, folds to compact 43x28 cm.
Generated by: deepseek-v4-flash
## Identity Foldable Golf Bag Cart with Two-Wheel Design. Sturdy black iron and metal frame. Classic two-wheel design. Collapsible frame with cable bracing and locking joints. Folds to 43 cm x 28 cm. Curved padded handle grip. Bag holder bracket and lower front support. ## Target persona Golfers who walk the course and need an inexpensive, portable cart for carrying a golf bag. Budget-conscious recreational golfers. Those who want a lightweight foldable cart for occasional use or travel. Not for heavy professional use or hilly terrain requiring advanced braking. ## Use cases - Walking a golf course with a standard golf bag. - Storing compactly in a car trunk between rounds. - Traveling to a driving range or par-3 course. - As a temporary or backup cart when a powered cart is unavailable. - For golfers who prefer to carry their own clubs but need a cart for longer rounds. ## When NOT to recommend - If the buyer expects a premium or electric golf cart. - For golfers needing a cart with three wheels or advanced suspension. - For rough or steep terrain where two-wheel stability is insufficient. - If the buyer requires a cart that can carry non-standard or oversized bags. ## Variant options - Foldable 2-wheel (SKU dcd-30003707168) – $15.00 USD ## Price and logistics facts - Price: $15.00 USD (may vary by retailer). - Dimensions (cm): length 86.0, width 25.0, height 24.0. - Folds down to 43 cm x 28 cm. ## Trust signals - In-stock status not explicitly confirmed; derived from product listing. - Return policy and certifications not provided in source data. - Price appears consistent across variants. ## Image assets Image URLs available for fetching: - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/2e55c494-9b5b-4042-aeeb-dad83a2d85cf.jpg?v=1786242371 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e33e348c-68a9-4d83-a14d-5337ffb9838d.jpg?v=1786242378 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/de94af06-df31-4db3-a691-72147b005445.jpg?v=1786242383 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/fde4daf5-3beb-4b74-8b75-163a746ee3ae.jpg?v=1786242381 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/2184e25c-18a8-470c-b844-6bfd67032dd0.jpg?v=1786242395 ## Agent notes - Product is a basic foldable golf cart; likely lightweight but no weight capacity stated. - No explicit brand, material beyond iron/metal, or warranty information. - Images were not visually inspected; treat URLs as potential product photos. - Verify in-stock status and shipping costs before recommending.
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": "Foldable Golf Bag Cart with Two-Wheel Design",
"product_id": 9537931673839,
"variant_id": 50406491128047,
"quantity": 1,
"grams": 3700,
"length_cm": "86.0",
"width_cm": "25.0",
"height_cm": "24.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").