Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $11.11
Default variant: Black
Default SKU: dcd-30003678735
Default price: $11.11
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Bicycle Saddle
Vendor: World Products
Weight: 1200 g
Cart URL (default variant): https://landmarks.builders/cart/50405930762479:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001295765
JSON data: https://landmarks.builders/products/wp-dcd-10001295765.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 vintage-style cycle saddle features a teardrop-shaped profile, rounded rear, and visible metal rivets on the top and sides for a classic retro look. It is crafted with a long-lasting leather seat and plated carbon steel springs that provide structural integrity and a classic aesthetic. The springs are engineered to absorb bumps and vibrations, offering a smoother and more comfortable ride on various terrains. The sturdy metal mounting structure underneath ensures the saddle remains securely attached to your seatpost during daily commutes. It measures approximately 290 mm x 215 mm x 120 mm and includes a handy wrench in the package for easy installation on cruiser or city bikes.
Summary: This vintage-style cycle saddle features a teardrop-shaped profile, rounded rear, and visible metal rivets on the top and sides for a classic retro look. It is crafted with a long-lasting leather seat and plated carbon steel springs that provide structural integrity and a classic aesthetic. The springs are engineered to absorb bumps and vibrations, offering a smoother and more comfortable ride on various terrains. The sturdy metal mounting structure underneath ensures the saddle remains securely attached to your seatpost during daily commutes. It measures approximately 290 mm x 215 mm x 120 mm and includes a handy wrench in the package for easy installation on cruiser or city bikes.
Generated by: deepseek-v4-flash
This product has 10 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": "Vintage-Style Cycle Saddle with Springs, Leather, Riveted Retro Bike Seat",
"product_id": 9537761870063,
"variant_id": 50405930762479,
"quantity": 1,
"grams": 1200,
"length_cm": "32.7",
"width_cm": "23.8",
"height_cm": "12.6"
}],
"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").