Brand: World Products (Landmark)
SKU: dcd-30003496601
Price: $90.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 8700 g
Cart URL (default variant): https://landmarks.builders/cart/49811409469679:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001233857
JSON data: https://landmarks.builders/products/m4x-10001233857.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Aluminum Motorcycle Ramp Ladder-Like Vehicle Loading Gear Uncovered Design
| Manufacturer Part Number | RP501 |
| Type | Ramp |
| Country of Origin | China |
Summary: Folding aluminum motorcycle ramp, 110 cm long, 28 cm wide, for loading motorcycles into trucks or vans. Price $90.99. No weight capacity specified.
Generated by: deepseek-v4-flash
## Identity Aluminum Motorcycle Ramp, Open Design, Folding, Sturdy Vehicle Loading Gear. ## Target persona Motorcycle owners who need a portable ramp for loading bikes into pickup trucks, vans, or trailers. DIY mechanics or riders who transport their motorcycle regularly. ## Use cases - Loading a motorcycle into a pickup truck bed. - Driving a bike onto a trailer for transport. - Using as a portable ramp for loading gear or ATVs (if weight allows). - Storing compactly when not in use. - Assisting in garage or shop for lifting equipment. ## When NOT to recommend - If buyer needs to load heavy vehicles exceeding unknown weight limit (spec unknown). - If buyer requires a ramp for wheelchair or scooter access (not designed for that). - If buyer needs a longer ramp for low-clearance vehicles (110 cm may be too short for some trucks). - If buyer expects a ramp with side rails or full platform (open design may not provide full width). ## Variant options Only one variant: "Free" size at $90.99. ## Price and logistics facts Price: $90.99 USD. Dimensions: 110 cm (length) x 28 cm (width) x 12 cm (height). Unknown weight capacity and material thickness. ## Trust signals No specific trust signals available. Price is low for a ramp, suggesting entry-level. No return policy or stock status provided. ## Image assets No images provided. ## Agent notes - No weight capacity specified; critical for safety. Recommend verifying with seller. - Open design may not support heavy bikes; use only as a guide. - Only one size available; confirm compatibility with vehicle and bike.
This product has 12 imagesin 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/application/json
{
"rate": {
"origin": {"country": "CN"},
"destination": {
"country": "US",
"postal_code": "95014",
"province": "CA",
"city": "Cupertino"
},
"items": [{
"name": "Aluminum Motorcycle Ramp Ladder-Like Vehicle Loading Gear Uncovered Design",
"quantity": 1,
"grams": 8700000,
"properties": {
"_length_cm": "110.0",
"_width_cm": "28.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. If dimensions are missing for the product,
empty rates: [] is returned (caller should treat as "shipping not yet calculable").