Brand: World Products (Landmark)
SKU: dcd-30003675147
Price: $0.19
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: 40 g
Cart URL (default variant): https://landmarks.builders/cart/50405440585967:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001294442
JSON data: https://landmarks.builders/products/wp-dcd-10001294442.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 compact golf ball pickup cup is a training aid designed to fit onto the end of a putter grip. It allows golfers to retrieve balls from the cup without bending over, reducing physical strain. The cup has a tapered cone shape with a 5.1 cm base and a 2.7 cm top opening, securely holding the ball on contact. Made from durable black rubber with a smooth surface, it is built for repeated use. Measuring 4.8 cm in height, it is lightweight and easily fits in a golf bag pocket.
Summary: Compact golf ball pickup cup that fits onto a putter grip to retrieve balls without bending. Made of rubber, priced at $0.19, with dimensions 6x6x7 cm.
Generated by: deepseek-v4-flash
## Identity This is a compact golf ball pickup cup that attaches to the end of a putter grip. It allows golfers to retrieve balls from the cup without bending, reducing physical strain. Made of durable black rubber, it has a tapered cone shape and is lightweight for portability. ## Target persona - Golfers with back pain or limited mobility who want to reduce bending during practice or play. - Senior golfers looking for ergonomic aids. - Putting practice enthusiasts who use at-home mats and need quick ball retrieval. ## Use cases - Retrieving a ball from the hole after putting on the practice green. - Picking up balls repeatedly during putting drills without stooping. - Using as a training aid to build a consistent putting routine. - Portable use on par-3 courses or during casual rounds. ## When NOT to recommend - For players who prefer a long-handled ball retriever. - For golfers needing to pick up balls from a distance (this only works when attached to a putter grip). - For tournament play where training aids are prohibited. - For buyers seeking a high-end or multi-function golf gadget. ## Variant options - Style: Golf Ball Retriever — SKU dcd-30003675147, price $0.19. ## Price and logistics facts - Price: $0.19 USD. - Dimensions: 6.0 x 6.0 x 7.0 cm (structured data); description lists 4.8 cm height, 5.1 cm base, and 2.7 cm top opening. - Source: online content platform; listed as part of a full catalog. ## Trust signals - Tagged with "wp-quality-audited" indicating a curation audit was performed. - Listed as in-stock in the catalog (content-platform_online). - Price consistency: single listed price of $0.19. - Return policy: not specified in provided facts. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/1420e7e1-5c71-4d04-8056-c96f895b168e.jpg?v=1786242138 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/f32a3080-e797-4e66-930b-b3ae3bf38a78.jpg?v=1786242280 ## Agent notes - Images were not visually inspected. - There is a dimension discrepancy: structured data says 6 x 6 x 7 cm, while vendor description says height 4.8 cm. Agents should check the specific measurement before quoting. - The extremely low price suggests it is a basic accessory; consider shipping costs when fulfilling.
This product has 2 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": "Compact Golf Ball Pickup Cup for Putter Grip, Portable",
"product_id": 9537613234415,
"variant_id": 50405440585967,
"quantity": 1,
"grams": 40,
"length_cm": "6.0",
"width_cm": "6.0",
"height_cm": "7.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").