Brand: World Products (Landmark)
SKU: dcd-30003697803
Price: $28.89
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Exercise Mat
Vendor: World Products
Weight: 1500 g
Cart URL (default variant): https://landmarks.builders/cart/50455829348591:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001301917
JSON data: https://landmarks.builders/products/wp-dcd-10001301917.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This waterproof folding gym mat features a high-density EPE core wrapped in a long-lasting, waterproof material cover. It provides comfortable support for home workouts, sit-ups, core training, and stretching. The four-fold construction allows quick folding for compact storage. Equipped with sturdy carrying handles for easy transport. Dimensions: 180 x 150 x 3 cm.
Summary: A four-fold waterproof exercise mat with high-density EPE core, carrying handles, and compact storage; priced at $28.89 USD.
Generated by: deepseek-v4-flash
## Identity - Product: Waterproof Folding Gym Mat with Handles, Four-Fold - Price: $28.89 USD - Variant: Maple Pattern, 150x45x3 cm (SKU dcd-30003697803) - Core: High-density EPE, waterproof cover - Four-fold construction with carrying handles ## Target persona - Home exercisers with limited storage space - People who need a portable mat for workouts outside the gym - Budget-conscious buyers seeking a basic exercise mat under $30 ## Use cases - Sit-ups and core training at home - Stretching and floor exercises - Portable workout surface for travel or outdoor use - Compact storage in small apartments ## When NOT to recommend - Heavy impact exercises (e.g., jumping, plyometrics) where thick cushioning is critical - Users needing a non-slip surface (not mentioned in specifications) - Professional gyms requiring durable commercial-grade mats - Those who prefer extra-wide mats (width is only 45 cm) ## Variant options Only one variant available: - Maple Pattern / 150x45x3 cm — $28.89 USD (SKU dcd-30003697803) ## Price and logistics facts - Price: $28.89 USD - Currency: USD - Dimensions per variant: 150 x 45 x 3 cm - Product description states dimensions: 180 x 150 x 3 cm (conflict with variant) - Dimensions field (possibly folded): 150 x 45 x 12 cm - Availability: not explicitly stated - Return policy: not provided ## Trust signals - No certifications mentioned - Catalog tags include "wp-content-validated" and "wp-quality-audited" (process validation, not product certification) - Price appears consistent across the single variant ## Image assets - [Image 1](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/fd575e5e-53a7-48b0-8eb6-720e74e8d741.jpg?v=1786242320) - [Image 2](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/ebc31d5f-0d9a-4d9d-8f34-c6687738e2bf.jpg?v=1786242358) - [Image 3](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/cf1feaf9-e011-4c22-8447-8ada30f0bd73.jpg?v=1786242321) ## Agent notes - Image understanding was not performed; visual content not verified. - Dimension discrepancy: description states 180x150x3 cm, but variant states 150x45x3 cm. Clarify before recommending. - No return policy or stock status in provided data.
This product has 3 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 Folding Gym Mat with Handles, Four-Fold, Portable and Compact",
"product_id": 9537942552815,
"variant_id": 50455829348591,
"quantity": 1,
"grams": 1500,
"length_cm": "150.0",
"width_cm": "45.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. 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").