Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $160.99 – $198.99
Default variant: 3-layer
Default SKU: dcd-30003622069
Default price: $198.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: 户外
Vendor: World Products
Weight: 12200 g
Cart URL (default variant): https://landmarks.builders/cart/49713157406959:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001274658
JSON data: https://landmarks.builders/products/wp-dcd-10001274658.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
重型船用拖车踏板,带把手,表面防滑,与大多数深 V 型拖车
| 品牌 | 其他 |
| 材质 | 碳钢 |
| 适用范围 | 其他 |
Summary: Heavy-duty marine trailer step with handle, anti-slip surface, fits most deep V trailers. Carbon steel. Available in 2-layer ($160.99) or 3-layer ($198.99).
Generated by: deepseek-v4-flash
## Identity
Heavy-duty marine trailer step with handle, anti-slip surface, for most deep V trailers. Made of carbon steel. Product dimensions: 97x45x26 cm.
## Target persona
Boat owners with deep V trailers who need a stable step for accessing their boat or trailer during launch, retrieval, or maintenance. Typically intermediate to advanced users handling boats of moderate size.
## Use cases
- Stepping onto trailer to attach boat after launching.
- Stepping off trailer after retrieving boat.
- Providing stable foothold when winching boat onto trailer.
- Temporary step for cleaning or maintenance of boat on trailer.
- Assisting passengers entering/exit from boat while on trailer.
## When NOT to recommend
- For flat-bottom boats or non-deep V trailers (shape mismatch).
- For lightweight or small trailers where step may be oversized.
- When buyer needs a step for RV, camper, or other non-marine applications.
- For users requiring a step with built-in lighting or advanced features.
## Variant options
- **2-layer**: SKU dcd-30003622070, price $160.99 USD
- **3-layer**: SKU dcd-30003622069, price $198.99 USD
## Price and logistics facts
- Base price: $160.99 USD (2-layer); $198.99 USD (3-layer)
- Dimensions: 97 cm L x 45 cm W x 26 cm H
- Currency: USD
- No shipping or handling cost provided.
## Trust signals
- Sold under generic brand ("其他").
- No return policy, stock status, or certifications provided.
- Price consistency across variants.
## Image assets
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/ee2739f0e31f4181aa7c5a3441c938bd.png?v=1781084447
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/6db752c14dea478b84ed832ac6762244.png?v=1781084447
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a0d238f3bfd94b768246f386b58242bf.png?v=1781084446
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/9dd13888fb14473aa21c7713f9c9f885.png?v=1781084445
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/bb67806dbb44457295d054761defcc9c.png?v=1781084447
## Agent notes
- Images were not analyzed; visual details not extracted.
- Brand is listed as "其他" (Other); no known quality or warranty backing.
- Description is minimal; actual step design and handle specifics not verified.
- Ensure compatibility with buyer's trailer type and weight capacity.This product has 14 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": "Heavy Duty Marine Trailer Step with Handle, Anti-Slip Surface, Fits Most Deep V Trailers",
"quantity": 1,
"grams": 12200000,
"properties": {
"_length_cm": "97.0",
"_width_cm": "45.0",
"_height_cm": "26.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").