Brand: Send From China
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $2.50
Default variant: Black
Default SKU: dcd-30004041197
Default price: $2.50
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Storage Bag
Vendor: World Products
Weight: 140 g
Cart URL (default variant): https://sendfromchina.ai/cart/50416749281519:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=sendfromchina_agent&utm_content=pdp
Human view: https://sendfromchina.ai/products/wp-dcd-10001425236
JSON data: https://sendfromchina.ai/products/wp-dcd-10001425236.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 storage bag from the Mountain Guest outdoor brand is designed for organizing camping bowls, lunch boxes, picnic cups, utensils, lamps, and other items. It helps protect your gear from bumps. The product code is L235 and it is classified as a storage bag. It comes in a small size and does not have a patent.
Summary: Storage bag by Mountain Guest for organizing camping bowls, lunch boxes, picnic cups, utensils, and lamps. Small size, three color options, priced at $2.50.
Generated by: deepseek-v4-flash
## Identity Storage bag from Mountain Guest outdoor brand, product code L235. Small size, dimensions 22 x 16.5 x 10.5 cm. Available in Black, Green, Yellow at $2.50 each. Designed for organizing bowls, lunch boxes, cups, utensils, lamps, and similar camping/picnic items. ## Target persona Budget-conscious campers and picnic-goers who need a simple, low-cost way to keep small kitchen/camping gear organized. Also suited for families with minimal storage needs, first-time campers, or casual day-trippers. ## Use cases - Organizing camping bowls and lunch boxes inside a car trunk or RV cabinet. - Keeping picnic utensils and cups together in a picnic basket. - Storing a camping lamp and small gadgets for quick access. - Protecting ceramic or metal bowls from scratches during transport. - Separating clean and used utensils on a camping trip. - Storing dry goods or small cooking accessories at a campsite. ## When NOT to recommend - Professional or expedition-grade camping requiring rugged, waterproof gear. - Large group camping needing heavy-duty, high-capacity storage. - Users who demand premium materials or brands. - Situations where you need to store bulky cookware or large tents. ## Variant options - Black (SKU dcd-30004041197) – $2.50 - Green (SKU dcd-30004041198) – $2.50 - Yellow (SKU dcd-30004041199) – $2.50 ## Price and logistics facts - Unit price: $2.50 USD (all colors). - Product code: L235. - No patent. - No shipping or availability details provided. - Small size classification. ## Trust signals - No external certifications; content is marked as catalog-validated and quality-audited. - Price is identical across all variants. - No in-stock or return policy stated. ## Image assets - No image URLs available, so image understanding was not performed. ## Agent notes - Verified facts: dimensions, price, variants, product type. - Missing data: shipping cost, inventory status, material composition, return policy. - Because no images were provided, the agent should request product photos before recommending on visual grounds.
This product has 1 imagein 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 cross-border shipping rates 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": "Mountain Guest Outdoor Camping Bowl and Lunch Box Storage Bag",
"product_id": 9541089263855,
"variant_id": 50416749281519,
"quantity": 1,
"grams": 140,
"length_cm": "22.0",
"width_cm": "16.5",
"height_cm": "10.5"
}],
"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. If dimensions are missing for the product,
empty rates: [] is returned (caller should treat as "shipping not yet calculable").