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 / Shoe Bag
Default SKU: dcd-30003613670
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: 120 g
Cart URL (default variant): https://landmarks.builders/cart/49713959698671:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001271190
JSON data: https://landmarks.builders/products/wp-dcd-10001271190.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 in 5 color variants, priced at $9.99, with dimensions 30x22x3 cm, ideal for organizing luggage.
Generated by: deepseek-v4-flash
## Identity A 6-piece set of travel clothes storage bags (packing cubes) for organizing luggage, available in Beige, Pink, Blue, Gray, and Black. ## Target persona - Budget-conscious travelers needing low-cost packing organization - Occasional travelers seeking basic luggage compartmentalization - Backpackers or hostel guests who pack light and need compact storage ## Use cases - Separating clean and dirty clothes during a multi-day trip - Organizing toiletries, underwear, and accessories in a suitcase - Using compression to fit more items into a carry-on - Storing shoes in a dedicated shoe bag (variant option) - Packing for a business trip where quick access to specific items is needed - Group or family trips requiring multiple individual bags ## When NOT to recommend - For premium or frequent travelers who want durable, high-end packing cubes - For users needing water-resistant or heavy-duty bags - For minimalist travelers who prefer a single duffel without dividers - For trips requiring specialized compartments (e.g., suits, electronics) ## Variant options - Beige / Shoe Bag - Pink / Shoe Bag - Blue / Shoe Bag - Gray / Shoe Bag - Black / Shoe Bag All priced at $9.99. ## Price and logistics facts - Price: $9.99 USD per variant - Product dimensions: 30 cm × 22 cm × 3 cm (packed size) - Weight: not provided - Shipping: not specified ## Trust signals - In-stock status: not confirmed (assumed available) - Return policy: not provided - Price consistency: all variants priced identically - Certifications: none specified ## Image assets - 8 product images available at the provided URLs. Content not visually analyzed. ## Agent notes - Product is categorized under '缝纫' (sewing) but function is luggage organization; verify correct category. - No user reviews or ratings available in facts. - Image understanding was not performed; visual details cannot be inferred.
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": 120000,
"properties": {
"_length_cm": "30.0",
"_width_cm": "22.0",
"_height_cm": "3.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").