Brand: World Products (Landmark)
SKU: dcd-30003713582
Price: $2.64
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Golf Accessory
Vendor: World Products
Weight: 240 g
Cart URL (default variant): https://landmarks.builders/cart/50406798033135:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001307504
JSON data: https://landmarks.builders/products/wp-dcd-10001307504.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 golf ball pickup basket is made of green PP and is lightweight and durable for daily training. Its open lattice design prevents grass and debris from accumulating. It holds approximately 50 golf balls. The tapered bucket shape has a flat slanted side for stable resting. Dimensions: 28 cm tall, 18.5 cm top diameter, 12.5 cm bottom diameter. It features a built-in arched carrying handle for easy transport. Suitable for golfers, instructors, and practice facilities.
Summary: Portable green PP golf ball pickup basket with handle, holds about 50 balls, priced at $2.64 USD. Available only in Ball Blue. Dimensions listed inconsistently (28 cm vs 22x21x19 cm).
Generated by: deepseek-v4-flash
## Identity Portable Golf Ball Pickup Basket with Handle, Holds 50 Balls. Green polypropylene (PP) basket with open lattice design, tapered shape, flat slanted side, and built-in arched handle. Listing states dimensions: 28 cm tall, 18.5 cm top diameter, 12.5 cm bottom diameter. Separate packaging dimensions: 22 x 21 x 19 cm. Price: $2.64 USD. ## Target persona Budget-conscious golfers, driving range operators, golf instructors, and practice facilities needing a low-cost, portable basket to gather or hold up to 50 balls. ## Use cases - Collecting golf balls from a driving range or practice green. - Holding balls during a lesson or training session. - Transporting balls to/from a practice area via the built-in handle. - Providing simple ball storage at a home practice net or backyard setup. - Spreading multiple baskets around a facility for temporary ball staging. ## When NOT to recommend - Commercial or high-frequency use requiring heavy-duty construction beyond lightweight PP. - If a mechanical ball picker (roller/picker) is needed instead of a passive basket. - If the buyer needs a larger capacity (more than 50) or a different color (only Ball Blue is available). - If exact internal dimensions are critical; note the size discrepancy between description and packaging dimensions. ## Variant options Only one variant available: Style 'Ball Blue' (SKU dcd-30003713582) at $2.64 USD. ## Price and logistics facts - Price: $2.64 USD (per unit). - Currency: USD. - No shipping cost, stock status, or return policy provided in the data. - Packaging dimensions given: 22 cm (L) x 21 cm (W) x 19 cm (H). ## Trust signals - Product listing metadata includes quality-validation tags: 'wp-content-validated' and 'wp-quality-audited'. - Fixed price listed; no dynamic pricing or discount shown. - Five image URLs provided (not visually inspected by this agent). ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/af16aa6f-8de1-422a-93fe-5846ebd31b21.jpg?v=1786242306 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/69a0ae89-c3c9-4dba-8d1e-5d7b04d5c88f.jpg?v=1786242477 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/0d3b49d6-5ccc-47eb-b037-6e790bc43b51.jpg?v=1786242314 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/cc500072-43fb-42a4-b2b2-b40acd9ecb4a.jpg?v=1786242335 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/fc748683-2ddd-401a-b647-3f58fd3e63b0.jpg?v=1786242315 ## Agent notes - Product description suggests dimensions 28 cm tall and top/bottom diameters; structured data gives 22x21x19 cm. Verify physical size before recommending for storage. - Only one color/style option exists; no other variants. - Material is PP; no additional material certifications provided. - Images not inspected; visual condition, branding, and actual color confirmation are unverified.
This product has 6 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": "Portable Golf Ball Pickup Basket with Handle, Holds 50 Balls",
"product_id": 9538028339439,
"variant_id": 50406798033135,
"quantity": 1,
"grams": 240,
"length_cm": "22.0",
"width_cm": "21.0",
"height_cm": "19.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").