Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $8.61
Default variant: Green BJ-309A
Default SKU: dcd-30003717441
Default price: $8.61
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Golf Training Aid
Vendor: World Products
Weight: 650 g
Cart URL (default variant): https://landmarks.builders/cart/50455891968239:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001309143
JSON data: https://landmarks.builders/products/wp-dcd-10001309143.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This golf swing practice tool features a rounded foam body with three black protruding rods to guide stroke trajectory and correct hand-arm positioning. Suitable for chip shots, pitches, and full swings. Provides instant visual feedback for consistent motion. Compact and portable for indoor and outdoor practice.
Summary: Foam golf swing practice tool with three guide rods for stroke trajectory and hand-arm positioning; suitable for chip shots, pitches, and full swings; $8.61; available in green and orange.
Generated by: deepseek-v4-flash
## Identity Foam golf swing practice tool with three black protruding rods that guide stroke trajectory and correct hand-arm positioning. Suitable for chip shots, pitches, and full swings. Available in Green BJ-309A and Orange BJ-309B variants. ## Target persona Beginner golfers seeking low-cost swing mechanics training; golfers practicing indoors or outdoors without a coach; budget-conscious players wanting a portable, compact practice aid. ## Use cases - Indoor practice to build consistent stroke trajectory - Outdoor chip, pitch, and full-swing warm-ups - Hand-arm positioning correction during swings - Travel-friendly practice due to compact dimensions - Visual feedback for consistent motion ## When NOT to recommend - Advanced golfers requiring club-fitting or video analysis - Shoppers expecting a regulation golf ball (this is a training aid) - Heavy outdoor use on hard, abrasive surfaces (foam body may wear) - Those needing step-by-step instructional content ## Variant options - Green BJ-309A – SKU dcd-30003717441 – USD 8.61 - Orange BJ-309B – SKU dcd-30003717442 – USD 8.61 ## Price and logistics facts - Price: USD 8.61 - Dimensions: 34 cm × 25 cm × 17 cm - Two variants at same price - Shipping, stock, and delivery data not provided ## Trust signals - No explicit in-stock confirmation - Tags indicate catalog inclusion and content audit - No return policy or certifications stated - Price consistent across variants ## Image assets Five image URLs available, but images were not viewed or analyzed. URLs listed in the facts. ## Agent notes - Image understanding not performed; do not infer colors/condition beyond variant names. - Verify stock and shipping before purchase. - Confirm return policy if required. - The product is a training aid, not a ball intended for play.
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": "Golf Training Aid Ball - Precision Golf Swing Practice Tool for Beginners",
"product_id": 9538096627951,
"variant_id": 50455891968239,
"quantity": 1,
"grams": 650,
"length_cm": "34.0",
"width_cm": "25.0",
"height_cm": "17.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").