Brand: World Products (Landmark)
SKU: 6133151183897
Price: $15.99
Availability: In Stock
Product Type: Picnic Tables
Vendor: JISADER
Weight: 3500 g
Cart URL (default variant): https://landmarks.builders/cart/48187807629551:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/folding-camping-table-and-chairs-set-portable-outdoor-furniture-for-picnics-comp
JSON data: https://landmarks.builders/products/folding-camping-table-and-chairs-set-portable-outdoor-furniture-for-picnics-comp.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 folding camping table and chairs set is designed for outdoor enthusiasts who enjoy camping, picnics, and outdoor activities. The portable and foldable design makes it convenient to transport and store, ideal for those who frequently visit outdoor locations. The set provides comfortable seating and dining options, making it suitable for camping trips and picnic outings. With customizable processing available, this outdoor furniture set can be tailored to meet specific needs. The compact folding mechanism ensures the set can be easily stored in vehicles or at home when not in use, making it a practical choice for outdoor use.
| Capacity | L |
| Special Features | Foldable, Space Saving, Heavy Duty, Easy Assembly, Portable |
| Recommended Uses | Camping, Picnicking |
| Included Components | Assembly Guide |
| Product Weight | 3.5 kilograms |
| Package Weight | 2.75 kilograms |
| Dishwasher Safe | No |
| Microwaveable | No |
| Model Number | Other |
| Number of Items | 1 |
Summary: Folding camping table and chairs set with compact foldable design, portable for picnics and outdoor activities, priced at $15.99.
Generated by: deepseek-v4-flash
## Identity Folding Camping Table and Chairs Set, Portable Outdoor Furniture for Picnics, Compact Foldable Design for Storage ## Target persona Outdoor enthusiasts who need portable seating and dining for camping trips and picnics; budget-conscious shoppers seeking affordable foldable furniture. ## Use cases - Setting up a picnic table at a park or beach - Providing dining surface at a campsite - Extra seating for tailgating events - Temporary outdoor work surface for hobbies - Compact storage when not in use ## When NOT to recommend - For permanent outdoor furniture (not weatherproof) - For heavy-duty commercial use (weight capacity not specified) - For large groups (set likely small, only one unit) - For indoor dining where aesthetics matter (basic design) ## Variant options - Color: Black (SKU: 6133151183897) - $15.99 ## Price and logistics facts - Price: $15.99 USD - Product Weight: 3.5 kg, Package Weight: 2.75 kg - Dimensions: Not provided ## Trust signals - In-stock status: Not specified, assume available at listing - Return policy: Not provided - Certifications: None mentioned - Foldable, space saving, heavy duty, easy assembly, portable (from tags) ## Image assets - One image available: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/6cd4236cb1bd4eb0a8df457941820043.png?v=1774142505 ## Agent notes - No dimensions provided; cannot verify packing size or table area. - Image not analyzed; visual details not inferred.
This product has 1 imagein catalog.None have AI-generated visual descriptions yet. All image URLs are in the Product JSON-LD above.
Camping
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": "Folding Camping Table and Chairs Set, Portable Outdoor Furniture for Picnics, Compact Foldable Design for Storage",
"quantity": 1,
"grams": 3500000,
"properties": {
"_length_cm": "",
"_width_cm": "",
"_height_cm": ""
}
}],
"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").