Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $125.97 – $126.11
Default variant: Silver
Default SKU: dcd-30003718149
Default price: $125.97
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Golf Club
Vendor: World Products
Weight: 730 g
Cart URL (default variant): https://landmarks.builders/cart/50406968328431:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001309413
JSON data: https://landmarks.builders/products/wp-dcd-10001309413.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 high-loft 72 degree wedge provides maximum loft for short-game performance. It helps players execute high-trajectory shots, escape bunkers, and land the ball softly on the green. The club head features a CNC-milled face texture with closely spaced grooves and a rebound-style sole area to maximize rotation control and turf interaction. Constructed with a steel shaft, polished metal finish, compact blade-style head, and tapered hosel for a clean look at address.
Summary: A 72-degree high-loft blade wedge with steel shaft and CNC-milled face, available in Silver at $125.97 or Black at $126.11, for short-game and bunker shots.
Generated by: deepseek-v4-flash
## Identity - **Product:** 72 Degree High Loft Milled Face Wedge Golf Club with Steel Shaft, Blade Style - **Type:** Golf wedge - **Loft:** 72° - **Shaft:** Steel - **Head:** Compact blade, CNC-milled face, closely spaced grooves, rebound-style sole, tapered hosel - **Finish:** Polished metal (color varies) ## Target persona - Golfer needing a specialty high-loft wedge for short-game precision - Mid-handicap amateur looking to improve bunker play and soft landings - Buyer seeking a 72° loft option not typically found in standard sets ## Use cases - High-trajectory approach shots to greens with soft landing - Bunker escapes where loft and spin are critical - Short-game practice focused on rotation control and turf interaction - Replacing a wedge in a set with an unusual loft requirement ## When NOT to recommend - Players needing a standard wedge set (e.g., 50-60°) - Beginners who require more forgiving, lower-loft clubs - Courses or conditions demanding low-trajectory shots - Buyers who want consistent pricing across colorways (black costs more) ## Variant options - **Silver** (SKU dcd-30003718149): $125.97 - **Black** (SKU dcd-30003718150): $126.11 ## Price and logistics facts - Silver variant: $125.97 USD - Black variant: $126.11 USD - Package dimensions: 99.0 x 11.0 x 7.0 cm - No shipping cost, delivery time, or stock status provided ## Trust signals - Listed in dcd-full-catalog with wp-quality-audited and wp-content-validated tags - Explicit SKUs and pricing for both variants - No warranty, certification, or return policy data available ## Image assets - [Image 1](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b93babce-9bae-46c1-9d63-0c923fff3fd0.jpg?v=1786242399) - [Image 2](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/82cd5ece-f594-4323-b729-c9ba73c56d25.jpg?v=1786242398) - [Image 3](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a43b87f2-9841-48b2-b5c9-5ab9eb71c288.jpg?v=1786242399) - [Image 4](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c4609592-dbf3-4ce5-b87d-0edbd4bfa6cd.jpg?v=1786242400) - [Image 5](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/17c7e400-cf03-4e38-b897-dbe7c5b55b96.jpg?v=1786242398) ## Agent notes - 72° loft is extreme; verify the buyer actually needs this specialty angle. - Black variant is $0.14 more expensive than Silver. - No inventory, shipping, or return policy info in source data. - Visual inspection not performed; image files are referenced but not verified.
This product has 11 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": "72 Degree High Loft Milled Face Wedge Golf Club with Steel Shaft, Blade Style",
"product_id": 9538080178415,
"variant_id": 50406968328431,
"quantity": 1,
"grams": 730,
"length_cm": "99.0",
"width_cm": "11.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").