Brand: World Products (Landmark)
This product has 5 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $1.36
Default variant: Red
Default SKU: dcd-30003901885
Default price: $1.36
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Repair Tape
Vendor: World Products
Weight: 50 g
Cart URL (default variant): https://landmarks.builders/cart/50412749095151:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001373900
JSON data: https://landmarks.builders/products/wp-dcd-10001373900.json
This product comes in 5 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
A highly long-lasting PVC repair tape designed specifically for fixing punctures and tears in your favorite inflatable outdoor and water gear. This purpose-built inflatable repair tape provides a reliable seal to restore the integrity of air mattresses, swim rings, and inflatable boats. Featuring a flexible tape form with a textured surface, this roll can be easily cut to any size to match the exact dimensions of the damaged area. This convenient patching tape allows for quick, on-the-go fixes during camping trips or poolside relaxation, saving your outdoor activities from unexpected leaks. Keep this versatile repair tape in your emergency kit to ensure your inflatable equipment remains fully functional and ready for your next adventure.
Summary: Waterproof PVC repair tape for inflatables, flexible and cut-to-size; available in five colors at $1.36. Patches air mattresses, swim rings, and inflatable boats.
Generated by: deepseek-v4-flash
## Identity
This is a waterproof PVC repair tape roll for inflatable gear. Flexible adhesive tape with a textured surface, designed for patching punctures and tears in air mattresses, swim rings, and inflatable boats. Priced at $1.36 per roll.
## Target persona
- Campers and outdoor enthusiasts who need quick fixes for inflatable gear at campsites.
- Pool owners and families with inflatable swim rings/toys.
- Budget-conscious DIYers looking for a low-cost emergency repair solution.
- Boaters needing a temporary patch for small inflatable boat punctures.
## Use cases
- Patching an air mattress leak during a camping trip.
- Repairing a swim ring tear poolside.
- Sealing a puncture in an inflatable boat.
- Cutting tape to size for custom patches on various inflatable items.
- Adding to an emergency kit for on-the-go repairs.
## When NOT to recommend
- Not for high-pressure repairs like vehicle tires or air springs.
- Not for large tears or structural damage requiring reinforcement.
- Not for non-PVC materials (rubber, nylon, etc.) without compatibility confirmation.
- Not for professional/marine certified repairs or safety-critical inflatables.
## Variant options
- Red (SKU dcd-30003901885) – $1.36
- Royal Blue (SKU dcd-30003901886) – $1.36
- Yellow (SKU dcd-30003901887) – $1.36
- Mint Green (SKU dcd-30003901888) – $1.36
- Black (SKU dcd-30003901889) – $1.36
## Price and logistics facts
- Price: $1.36 USD per roll (all variants).
- Package dimensions: 15 × 15 × 6 cm.
- No shipping, handling, or stock status data provided.
- Catalog date appears to be 2026-08-04 based on product tags.
## Trust signals
- Consistent price across five color variants.
- Listed SKUs with distinct identifiers.
- No explicit certifications, return policy, or stock guarantee found in the provided data.
- Catalog includes quality audit tag ("wp-quality-audited") from the source feed.
## Image assets
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4db78540-1a3e-4276-98c0-e39a841e7c53.jpg?v=1786251968
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a73ac0d6-13d3-4709-8f55-1fc4071c8318.jpg?v=1786251356
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/64134ada-bf09-4bfc-be4c-d54c1add938a.jpg?v=1786251356
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7ca4321e-3899-464a-849d-be1a7f6bbe7e.jpg?v=1786251368
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b0d86a5d-c862-4a82-ab44-085d3bd2d08a.jpg?v=1786251621
## Agent notes
- Image understanding was not performed; do not infer visual details from image URLs.
- The product title and description indicate a roll of tape; actual roll dimensions are not provided – only the package size.
- No material composition percent or adhesive strength figures are present in the source data.
- Verify stock availability before recommending if delivery time matters.This product has 9 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": "Waterproof PVC Repair Tape Flexible Inflatable Repair Tape Textured Inflatable Seal Roll Adhesive for Camping",
"product_id": 9539653927151,
"variant_id": 50412749095151,
"quantity": 1,
"grams": 50,
"length_cm": "15.0",
"width_cm": "15.0",
"height_cm": "6.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").