Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $10.99
Default variant: Beige / Expandable Bag 2-pc
Default SKU: dcd-30003613685
Default price: $10.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: 缝纫
Vendor: World Products
Weight: 450 g
Cart URL (default variant): https://landmarks.builders/cart/49713954619631:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001271193
JSON data: https://landmarks.builders/products/wp-dcd-10001271193.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: Travel clothes storage bag six-piece set for suitcase packing, portable compression organizer for underwear and clothes, $10.99.
Generated by: deepseek-v4-flash
## Identity Travel Clothes Storage Bag Set (6-piece) – packing cubes for suitcase organization, expandable design, $10.99. ## Target persona Budget-conscious travelers, frequent flyers, families on trips, anyone needing affordable luggage organization. ## Use cases - Packing clothes for a weekend trip - Separating dirty laundry from clean clothes - Organizing underwear and socks - Compressing bulky sweaters into smaller space - Using as daily closet storage for small items ## When NOT to recommend - Premium or heavy-duty luggage needs - Professionals requiring high-end materials - Large family vacations needing more than 6 bags - Waterproof or tear-resistant packing requirements ## Variant options 4 color options: Beige, Pink, Black, Gray. All are Expandable Bag 2-pc style, each $10.99. ## Price and logistics facts Price: $10.99 USD. Dimensions: 36×25×6 cm. No shipping or tax info provided. ## Trust signals In-stock status unknown. Return policy unknown. Price consistent across variants. No certifications mentioned. ## Image assets 8 images at provided URLs. Unable to interpret visual details. ## Agent notes This is a low-cost storage solution for travel. Product type is 'sewing' suggesting fabric construction. No description available; actual materials and features unknown.
This product has 16 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": "旅行衣服收纳袋六件套行李箱分装袋衣物旅游便携内衣裤压缩整理包",
"quantity": 1,
"grams": 450000,
"properties": {
"_length_cm": "36.0",
"_width_cm": "25.0",
"_height_cm": "6.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").