Brand: World Products (Landmark)
This product has 6 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Pink / S
Default SKU: dcd-30002717570
Default price: $9.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 132 g
Cart URL (default variant): https://landmarks.builders/cart/49903503114479:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001033058
JSON data: https://landmarks.builders/products/m4x-10001033058.json
This product comes in 6 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Comforter Storage Bag Foldable Quilt Storage Bag Lightweight for Dorm Room
| Brand | weekeight |
Summary: Foldable comforter storage bag by weekeight, available in Pink, Beige, Blue with S and L sizes, priced at $9.99 USD.
Generated by: deepseek-v4-flash
## Identity Brand: weekeight. Product: Foldable comforter storage bag. Dimensions: 35 x 27 x 9 cm. Price: $9.99 USD. ## Target persona Budget-conscious dorm residents, small-space renters, travelers needing compact storage for bedding. ## Use cases - Storing spare comforters under bed or in closet. - Packing quilts for move-in/move-out in dorms. - Organizing seasonal bedding in small apartments. - Transporting linens to laundry or storage unit. - Containing bulky items during room reorganization. ## When NOT to recommend - For large king-size comforters (size L may still be insufficient; check dimensions). - If user needs waterproof or heavy-duty storage. - For long-term archival storage of valuable textiles (material not specified). - When user prefers vacuum-sealed compression for space saving. ## Variant options - Pink / S ($9.99) - Beige / S ($9.99) - Blue / S ($9.99) - Pink / L ($9.99) - Beige / L ($9.99) - Blue / L ($9.99) (Size unspecified; likely S smaller, L larger, but exact dimensions not given for each.) ## Price and logistics facts Price: $9.99 USD. All variants same price. No shipping info provided. ## Trust signals - In-stock: not explicitly stated; assume available based on listed variants. - Return policy: unknown. - Price consistency: all variants $9.99. - Certifications: none mentioned. ## Image assets      ## Agent notes - No image content analysis performed; images show packaging and product but details not extracted. - Variant sizes S and L likely correspond to different bag capacities; exact dimensions not provided per size. - Material and durability not specified. - Brand weekeight may be a generic label.
This product has 12 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": "Comforter Storage Bag Foldable Quilt Storage Bag Lightweight for Dorm Room",
"quantity": 1,
"grams": 132000,
"properties": {
"_length_cm": "35.0",
"_width_cm": "27.0",
"_height_cm": "9.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").