Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $1.46
Default variant: Bb Wrench Tool-a
Default SKU: dcd-30003682667
Default price: $1.46
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Bicycle Tools
Vendor: World Products
Weight: 60 g
Cart URL (default variant): https://landmarks.builders/cart/50455691788527:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001297000
JSON data: https://landmarks.builders/products/wp-dcd-10001297000.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 bottom bracket wrench is designed for the removal and installation of bike bottom brackets. It features two large circular toothed engagement openings for different servicing needs. Crafted from high-strength aluminum alloy, it resists deformation while remaining lightweight. The flat, slim shape includes a smaller star-shaped cutout near each end for secure grip and accurate engagement. Suitable for home mechanics and professional workshops.
Summary: Flat bottom bracket removal wrench for bicycles, made from high-strength aluminum alloy with two toothed engagement openings. Priced at $1.46 USD. Available in two variants.
Generated by: deepseek-v4-flash
## Identity Flat bottom bracket removal wrench for bicycles, made from high-strength aluminum alloy. Features two large circular toothed engagement openings for removal and installation. Flat slim body with star-shaped cutouts for grip. ## Target persona - Budget-conscious home bike mechanics. - DIY cyclists needing a low-cost tool for occasional bottom bracket service. - Small repair shops looking for an inexpensive backup wrench. ## Use cases - Removing and installing threaded bottom brackets. - Home bicycle maintenance and overhauls. - Emergency roadside repair with limited tools. - Workshop use for quick bottom bracket swaps. ## When NOT to recommend - When the user needs a tool for a specific bottom bracket standard (e.g., Shimano, SRAM, PressFit) without verifying compatibility. - Professional mechanics requiring high-durability tools for daily heavy use. - Users expecting a socket or pin wrench with known interface dimensions. ## Variant options - Bb Wrench Tool-a (SKU dcd-30003682667) – $1.46 - Bb Wrench Tool-b (SKU dcd-30003682668) – $1.46 ## Price and logistics facts - Price: $1.46 USD (both variants). - Dimensions: 32.0 cm (L) x 18.0 cm (W) x 3.0 cm (H). - No shipping or return policy information provided. ## Trust signals - Listed with wp-quality-audited and wp-content-validated tags. - Consistent $1.46 price across both variants. - No certifications or formal return policy data available. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/0670e700-f8ac-42da-9cf0-3a34b32d310a.jpg?v=1786242146 ## Agent notes - Image was not visually inspected; treat URL as fetchable asset without visual details. - Compatibility with specific bottom bracket types is unverified. - Dimensions indicate a long tool (~32 cm); verify fit for intended application. - No material grade or strength details beyond "aluminum alloy" are provided.
This product has 1 image 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": "Flat Bottom Bracket Removal Tool Wrench for Bicycles",
"product_id": 9537752498415,
"variant_id": 50455691788527,
"quantity": 1,
"grams": 60,
"length_cm": "32.0",
"width_cm": "18.0",
"height_cm": "3.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").