Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $0.86
Default variant: Black
Default SKU: dcd-30004043423
Default price: $0.86
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Outdoor Gear
Vendor: World Products
Weight: 170 g
Cart URL (default variant): https://landmarks.builders/cart/50416887726319:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001426292
JSON data: https://landmarks.builders/products/wp-dcd-10001426292.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This foldable outdoor cushion is suitable for 1-2 people. It is made of polyester and features a non-slip, moisture-proof design. The cushion is white and measures 32 cm. It is suitable for general outdoor sports and is a cross-border export product. The main sales region is the Middle East. The brand is Dongmin and the model number is 0331-5. It is produced in Yiwu.
Summary: Foldable polyester picnic cushion for 1–2 people, non-slip and moisture-proof, priced at $0.86 USD. Available in Black, Dark Green, and Ink Green.
Generated by: deepseek-v4-flash
## Identity Foldable Outdoor Camping Cushion / Picnic Mat / Moisture-Proof Pad (Product Type: Outdoor Gear). Brand: Dongmin, Model: 0331-5. Materials: Polyester. Dimensions: 35cm L x 14cm W x 4cm H. Price: $0.86 USD (all variants). ## Target persona Budget-conscious occasional campers and picnic-goers seeking a cheap, compact ground pad. Also aimed at Middle Eastern outdoor sports users, given the main sales region. ## Use cases - Picnics on grass or sandy ground. - Camping as a seated cushion for one or two people. - Moisture protection when sitting on damp surfaces. - Quick outdoor resting pad during sports or hiking breaks. - Viable as a travel mat for impromptu seating. ## When NOT to recommend - Heavy-duty camping in rugged or rocky terrain needing thick padding or insulation. - Prolonged exposure to heavy rain or very wet/muddy ground where full waterproofness is required. - Users seeking ergonomic back support or a thermal insulating pad. - Buyers looking for a premium or long-life outdoor product above the $1 price bracket. ## Variant options - Black (SKU dcd-30004043423) - Dark Green (SKU dcd-30004043424) - Ink Green (SKU dcd-30004043425) All variants priced at $0.86 USD. ## Price and logistics facts - Unit price: $0.86 USD per variant. - Produced in Yiwu. - Cross-border export product; main sales region is the Middle East. ## Trust signals - Tags indicate content validated and quality audited (wp-content-validated, wp-quality-audited). - Price consistent across all variants. - In-stock status and return policy not provided. ## Image assets - [Image 1](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/05d1b86c51e84d2b9df6a6c985d629b7.png?v=1786270858) - [Image 2](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/2001eb1ed7874029bec8715e20dd8f8f.png?v=1786270865) - [Image 3](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/284b4bc180ee4f85aa96b3bc2f991fd4.png?v=1786270861) - [Image 4](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c016526fe2b4448b96163112bd06a0a0.png?v=1786270860) - [Image 5](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/005b7efc317f42198362fac19227391c.png?v=1786270865) ## Agent notes - Image understanding was not performed. Do not infer visual details from URLs. - Description states cushion is "white" but variants are Black, Dark Green, and Ink Green. This is contradictory. - Dimensions given as 35cm x 14cm x 4cm, while description also mentions "measures 32 cm" — unclear which dimension this refers to. - No stock availability, return policy, or warranty data provided. - No certification claims beyond internal quality tags; treat those as self-reported.
This product has 12 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": "Foldable Outdoor Camping Cushion, Picnic Mat, Moisture-Proof Pad",
"product_id": 9541140775151,
"variant_id": 50416887726319,
"quantity": 1,
"grams": 170,
"length_cm": "32.0",
"width_cm": "14.0",
"height_cm": "4.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").