Brand: World Products (Landmark)
SKU: dcd-30003908091
Price: $40.00
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Boat Seating
Vendor: World Products
Weight: 4600 g
Cart URL (default variant): https://landmarks.builders/cart/50412748538095:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001375939
JSON data: https://landmarks.builders/products/wp-dcd-10001375939.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
A marine-grade seat pedestal made of 6063 aluminum alloy with a silver finish. Adjustable height from 330 mm to 480 mm via a cylindrical center column. Features a rectangular top plate with a central mounting opening, slots, and holes for versatile mounting. Equipped with ergonomic black adjustment knobs and levers. Has a sturdy round floor base for stable anchoring.
Summary: Marine-grade 6063 aluminum adjustable boat seat pedestal, height 330-480 mm, silver finish, $40.00. Suitable for basic replacement or DIY install.
Generated by: deepseek-v4-flash
## Identity
Marine-grade 6063 aluminum alloy seat pedestal, silver finish. Height adjustable from 330 mm to 480 mm via cylindrical center column. Rectangular top plate with mounting slots and holes; black adjustment knobs/levers; round floor base. Price $40.00 USD.
## Target persona
Boat owners of small aluminum crafts, jon boats, or pontoons needing a functional, budget-priced replacement seat pedestal. DIY installers comfortable with basic hardware mounting.
## Use cases
- Replace worn or damaged pedestal on a fishing boat.
- Fit a standard seat to a new deck layout.
- Adjust seat height for different users during a trip.
- Rebuild a seat mount on a trailerable boat.
## When NOT to recommend
- When swivel or tilt function is required (not specified).
- For heavy offshore saltwater use where enhanced corrosion coating is needed.
- If the buyer needs exact bolt-hole coordinates that are not listed in the product facts.
- If the buyer expects an all-in-one seat with cushion/backrest.
## Variant options
- Only variant: SKU dcd-30003908091, Style "Custom", price $40.00.
## Price and logistics facts
- Price: $40.00 USD.
- Product dimensions: 38 cm (L) × 28 cm (W) × 27 cm (H) — likely package dimensions.
- Height range: 330–480 mm.
- No shipping, stock, or fulfillment details.
## Trust signals
- Listed with content-validation and quality-audit tags ("wp-content-validated", "wp-quality-audited").
- Single consistent price across listed variant.
- No warranty or return policy stated.
## Image assets
- 5 images available; URLs provided in the facts.
## Agent notes
- Do not infer swivel/tilt capabilities or corrosion resistance beyond the described 6063 aluminum and silver finish.
- Verify bolt pattern with seller if precise mounting holes are critical.
- Image content was not visually verified; treat URLs as fetchable assets only.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": "Adjustable Aluminum Boat Seat Pedestal",
"product_id": 9539653697775,
"variant_id": 50412748538095,
"quantity": 1,
"grams": 4600,
"length_cm": "38.0",
"width_cm": "28.0",
"height_cm": "27.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").