Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $17.99
Default variant: Red
Default SKU: dcd-30003447523
Default price: $17.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 900 g
Cart URL (default variant): https://landmarks.builders/cart/49877746254063:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001218797
JSON data: https://landmarks.builders/products/m4x-10001218797.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
EVA Folding Creeper Mat Easy to Stow Foldable Under Car Repair Mat Multi-Use
| Specification | 116*40*2.5cm |
| Material | EVA |
Summary: EVA folding creeper mat for under-car repair, 116x40x2.5cm, folds for storage. Two color options: Red and Blue. Priced at $17.99 USD.
Generated by: deepseek-v4-flash
## Identity EVA Folding Creeper Mat - a foldable, multi-use mat designed for under-car repairs or other ground work. Made of EVA foam. Dimensions: 116 cm length, 40 cm width, 2.5 cm thickness. Available in Red and Blue. ## Target persona - DIY car enthusiasts who perform occasional under-vehicle maintenance - Budget-conscious homeowners needing a portable kneeling or lying pad for garage tasks - Mechanics or technicians requiring a lightweight, stowable mat for mobile service ## Use cases - Sliding under a car for oil changes, brake work, or inspections - Using as a kneeling pad for gardening, painting, or flooring projects - Providing a clean, cushioned surface for outdoor picnics or camping - Protecting floors or carpets while working on projects - As a temporary bed mat for pets or children (not intended for sleep) ## When NOT to recommend - For heavy-duty daily professional use (EVA may wear quickly under constant sliding) - For anyone requiring a padded headrest or contoured design (flat mat only) - For users needing a non-slip or high-grip surface (no texture specified) - For those with a higher budget seeking durable rolling creepers with wheels ## Variant options - Red: SKU dcd-30003447523, $17.99 - Blue: SKU dcd-30003447524, $17.99 ## Price and logistics facts - Price: $17.99 USD (same for both colors) - Package dimensions (provided): 41 x 26 x 17 cm (likely folded size) - Product dimensions: 116 x 40 x 2.5 cm (unfolded) ## Trust signals - Two color variants available - Price consistent across variants - No return policy or warranty information provided - In-stock status not confirmed - No certifications listed ## Image assets No image URLs provided; visual inspection not possible. ## Agent notes - Dimensions from description (116x40x2.5 cm) contradict the dimensions_cm field (41x26x17 cm); treat description length as product unfolded size, dimensions_cm as folded package size. - Image understanding was not performed because no image URLs were provided. - Material is EVA foam; no further construction details (e.g., thickness, density).
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": "EVA Folding Creeper Mat Easy to Stow Foldable Under Car Repair Mat Multi-Use",
"quantity": 1,
"grams": 900000,
"properties": {
"_length_cm": "41.0",
"_width_cm": "26.0",
"_height_cm": "17.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").