Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $10.00 – $12.08
Default variant: M 42-40-64 inches
Default SKU: dcd-30003562678
Default price: $10.00
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Fitness Equipment Cover
Vendor: World Products
Weight: 950 g
Cart URL (default variant): https://landmarks.builders/cart/50455430365423:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001251615
JSON data: https://landmarks.builders/products/wp-dcd-10001251615.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 pull-up bar cover is designed for floor-standing home pull-up fitness equipment and similar indoor fitness equipment, giving your training configuration a neat shielded layer when it is not in use. Its tall, rectangular enclosure shape makes it easy to slip over the equipment, while the front zipper opening adds convenient access without complicated handling. Made from 420D silver-coated material, the exercise cover offers a sturdy surface suited to regular indoor storage. The black exterior gives it a clean, simple look, and the zippered equipment cover design helps it stay in place over the structure it is meant to protect. As a dust cover, it is intended to help keep the bar cleaner between workouts, whether the equipment is stored in a home gym, extra room, or corner of a living space. It is a practical way to reduce dust exposure and maintain a tidier workout area.
Summary: This pull-up bar cover is designed for floor-standing home pull-up fitness equipment and similar indoor fitness equipment, giving your training configuration a neat shielded layer when it is not in use. Its tall, rectangular enclosure shape makes it easy to slip over the equipment, while the front zipper opening adds convenient access without complicated handling. Made from 420D silver-coated material, the exercise cover offers a sturdy surface suited to regular indoor storage. The black exterior gives it a clean, simple look, and the zippered equipment cover design helps it stay in place over the structure it is meant to protect. As a dust cover, it is intended to help keep the bar cleaner between workouts, whether the equipment is stored in a home gym, extra room, or corner of a living space. It is a practical way to reduce dust exposure and maintain a tidier workout area.
Generated by: deepseek-v4-flash
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": "Pull-up Bar Cover Black Heavy-Duty",
"product_id": 9536676462831,
"variant_id": 50455430365423,
"quantity": 1,
"grams": 950,
"length_cm": "35.0",
"width_cm": "25.0",
"height_cm": "9.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").