Brand: World Products (Landmark)
SKU: dcd-30004030252
Price: $0.96
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Backpack
Vendor: World Products
Weight: 300 g
Cart URL (default variant): https://landmarks.builders/cart/50416265887983:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001421066
JSON data: https://landmarks.builders/products/wp-dcd-10001421066.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Simplify your trip with this versatile and lightweight bag. Designed with a unique round-bottom cylindrical shape measuring 26 cm in diameter and 55 cm in height, it offers a spacious interior to accommodate your gear, travel essentials, or daily items. The twin shoulder straps transform this piece into a comfortable backpack, distributing weight evenly across your shoulders for hands-free convenience during outdoor activities or commutes. Crafted from black oxford cloth, this drawstring bag is built to handle the demands of active lives. The top drawstring pulls tight instantly, securing your belongings inside while allowing easy access. Inside, the drawstring backpack features a built-in waterproof PVC lining, ensuring your dry clothes stay protected from wet swimsuits or sudden rain showers. Whether you are heading to the gym, embarking on a weekend trip, or navigating wet weather, this drawstring backpack with waterproof lining provides a combination of simple functionality and reliable protection.
Summary: Cylindrical drawstring backpack (black oxford cloth, waterproof PVC lining, 26 cm diameter x 55 cm height) with twin shoulder straps. Price: $0.96 USD. Variant: Black.
Generated by: deepseek-v4-flash
## Identity - Product: Heavy-Duty Cylindrical Backpack (drawstring backpack) - Material: black oxford cloth; waterproof PVC lining - Shape: cylindrical, 26 cm diameter, 55 cm height - Closure: drawstring top - Straps: twin shoulder straps (backpack style) - Color: Black (only variant) ## Target persona - Budget buyer seeking a minimal, waterproof daypack under $2 - Gym-goer needing a low-cost bag for clothes and swimwear - Commuter who wants a lightweight packable backup for rain ## Use cases - Gym bag for clothes and towel, especially after swimming (waterproof lining) - Light day-trip tote for personal items - Emergency rain cover for backpack contents inside a larger bag - Reusable shopping or laundry bag (if load is light) ## When NOT to recommend - Users needing padded laptop compartments or structured support - Heavy loads or mountaineering/expedition use (drawstring, thin fabric) - Users expecting a full backpack with zippers and organization - Purchase as a gift or "heavy-duty" daily driver (price suggests low durability) ## Variant options - Black (SKU dcd-30004030252) – $0.96 USD (only variant) ## Price and logistics facts - Price: $0.96 USD (all variants) - Package dimensions: 30 cm x 20 cm x 5 cm (product itself: 26 cm dia x 55 cm h) - Availability: in catalog (tags indicate content validated, quality audited) ## Trust signals - Price is consistent across listed variant - Product description includes material and waterproof lining claims - Catalog tags show content validated and quality audited (internal process, not third-party certification) - No specific warranty or return policy stated in provided facts ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/8a18485c-1518-4a77-b221-bf0950b0386e.jpg?v=1786270561 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/38b163ba-f545-40e0-8dd0-beb1158f98fd.jpg?v=1786270568 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/8d507b93-045a-4783-9c4e-28d06455a2f0.jpg?v=1786270560 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c0f45c63-cea4-4db3-aeba-50e155bdbd84.jpg?v=1786270561 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/bba44771-2cba-488e-bb72-bca2284d845e.jpg?v=1786270594 ## Agent notes - Images were not visually inspected; URLs are provided as fetchable assets. - The extremely low price ($0.96) may indicate clearance, error, or minimal build quality; verify stock and shipping costs before recommending. - Only one color option exists. - Description claims waterproof lining, but no specific ingress protection rating is given.
This product has 10 images in 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/estimateapplication/json
{
"rate": {
"origin": {"country": "CN"},
"destination": {
"country": "US",
"postal_code": "95014",
"province": "CA",
"city": "Cupertino"
},
"items": [{
"name": "Heavy-Duty Cylindrical Backpack",
"product_id": 9540909891823,
"variant_id": 50416265887983,
"quantity": 1,
"grams": 300,
"length_cm": "30.0",
"width_cm": "20.0",
"height_cm": "5.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. The estimate endpoint uses the product dimensions
provided in the request before calling SFC. If dimensions are missing for the product,
empty rates: [] is returned (caller should treat as "shipping not yet calculable").