Brand: World Products (Landmark)
This product has 5 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Beige / Underwear Bag
Default SKU: dcd-30003613675
Default price: $9.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: 缝纫
Vendor: World Products
Weight: 150 g
Cart URL (default variant): https://landmarks.builders/cart/49713957470447:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001271191
JSON data: https://landmarks.builders/products/wp-dcd-10001271191.json
This product comes in 5 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: A 6-piece travel clothes storage bag set for organizing underwear and small items, available in 5 colors, priced at $9.99.
Generated by: deepseek-v4-flash
## Identity A 6-piece travel clothes storage bag set, each bag sized approximately 24.5x21x11 cm, designed for packing underwear and small clothing items. Available in Beige, Pink, Blue, Gray, and Black. ## Target persona Budget-conscious travelers, light packers, hostel or backpacker guests, frequent short-trip travelers, people who need low-cost packing organization. ## Use cases - Organizing underwear and socks in a suitcase for a weekend trip. - Separating clean clothes from dirty laundry during travel. - Packing small accessories or toiletries in a budget-friendly way. - Using as drawer organizers at home for small items. - Grouping clothing by type for quick access in a shared hostel room. ## When NOT to recommend - Luxury travelers expecting premium materials or designer aesthetics. - Heavy packers needing large garment bags or compression cubes. - Business travelers requiring wrinkle-free suit carriers. - Users seeking waterproof or heavy-duty luggage solutions. ## Variant options - Color: Beige, Pink, Blue, Gray, Black - Style: All variants are "Underwear Bag" style presumably identical in size and function. ## Price and logistics facts - Price: $9.99 USD per set (6 bags). - Dimensions per bag: 24.5 cm x 21 cm x 11 cm. - No shipping weight or lead time provided. ## Trust signals - No certification or warranty information available. - Inventory status unknown. - Price appears low and consistent across variants. ## Image assets - 8 product images available at provided URLs. Images were not visually analyzed. - Asset URLs are listed in the image_urls field. ## Agent notes - No textual description was provided; product details inferred from title and tags. - No return policy or stock status known. - Product type listed as "缝纫" (sewing), which may indicate category mismatch – verify.
This product has 17 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": 150000,
"properties": {
"_length_cm": "24.5",
"_width_cm": "21.0",
"_height_cm": "11.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").