Brand: World Products (Landmark)
SKU: dcd-30003682720
Price: $81.20
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Outboard Motor Parts
Vendor: World Products
Weight: 8500 g
Cart URL (default variant): https://landmarks.builders/cart/50455745724655:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001297024
JSON data: https://landmarks.builders/products/wp-dcd-10001297024.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Replacement bracket assembly for small outboard two-cycle 9.9HP and 15HP engines. Part number 63V-43311. Heavy-duty metal construction. Features a two-part threaded transom clamp with hand knobs for tool-free tightening. Integrated swivel bracket allows rotation. Rugged open cast metal frame with dark gray finish. Includes hinged upper mounting section, fasteners, pins, and lower arm.
Summary: Replacement swivel bracket with transom clamp assembly for 9.9HP and 15HP two-cycle outboard motors. Part number 63V-43311. Heavy-duty metal construction with tool-free hand knobs. Price $81.20.
Generated by: deepseek-v4-flash
## Identity Replacement swivel bracket with transom clamp assembly for small outboard motors, part number 63V-43311. Compatible with 9.9HP and 15HP two-cycle engines. Heavy-duty open cast metal frame with dark gray finish. Includes hinged upper mounting section, fasteners, pins, and lower arm. ## Target persona Boat owner or small engine mechanic replacing a worn or broken swivel bracket/transom clamp on a 9.9HP or 15HP two-cycle outboard. Needs an OEM-style replacement part at an aftermarket price point. ## Use cases - Replacing a cracked or corroded swivel bracket on a 9.9HP outboard - Rebuilding a transom clamp assembly for a 15HP two-cycle engine - Upgrading to a tool-free hand-knob clamp - Repairing a motor where the tilt/swivel function is compromised - Restoring an older outboard with part number 63V-43311 ## When NOT to recommend - Four-stroke or larger outboard engines - Motors not in 9.9HP/15HP two-cycle range - Buyers needing a complete engine mount or transom adapter - Those looking for a clamp with a power tilt option ## Variant options Single variant: Style '63V-43311 Outboard' (SKU dcd-30003682720) at $81.20. ## Price and logistics facts Price: $81.20 USD (single variant). Dimensions: 58 cm L × 20 cm W × 12 cm H. No shipping/return policy data provided. ## Trust signals Listed as in-stock catalog item (tags include wp-catalog-only, wp-content-validated, wp-quality-audited). Single known price. No certification information available. ## Image assets Five images available at the provided URLs. Visual inspection not performed; no visual condition confirmed. ## Agent notes Part number 63V-43311 matches Yamaha-style swivel bracket for 9.9/15HP two-cycle; verify engine model fit before purchase. Dimensions in cm are package/part size. No explicit warranty or return policy in data.
This product has 5 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": "Swivel Bracket with Transom Clamp Assembly for Outboard Motors",
"product_id": 9537829044463,
"variant_id": 50455745724655,
"quantity": 1,
"grams": 8500,
"length_cm": "58.0",
"width_cm": "20.0",
"height_cm": "12.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").