Brand: World Products (Landmark)
SKU: dcd-30003680211
Price: $17.78
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Backpacks
Vendor: World Products
Weight: 1600 g
Cart URL (default variant): https://landmarks.builders/cart/50405971427567:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001296275
JSON data: https://landmarks.builders/products/wp-dcd-10001296275.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
A structured black business backpack designed for daily office commutes and professional travel. It securely holds a 15.6-inch laptop in a dedicated compartment. The backpack is expandable, with a standard width of 16 cm that can expand up to 26 cm. It features a front quick-access pocket, a concealed side water-bottle pocket, and a zippered main opening. It has padded shoulder straps, a ventilated back panel, and a fitted-lid top handle for comfort.
Summary: Affordable structured black business backpack with padded 15.6-inch laptop compartment, expandable width, designed for commuters and light travel. Price $17.78 USD.
Generated by: deepseek-v4-flash
## Identity
Structured black business backpack with dedicated padded 15.6-inch laptop compartment. Expandable width from 16 cm to 26 cm per description; structured dimensions listed as 47 × 31 × 11 cm. Front quick-access pocket, concealed side water-bottle pocket, zippered main opening, padded shoulder straps, ventilated back panel, fitted-lid top handle. Price: $17.78 USD.
## Target persona
Budget-conscious office commuters and students who carry a 15.6-inch laptop daily and want an organized, expandable backpack under $20. Also suitable for light business travelers seeking a single carryall.
## Use cases
- Daily office commute with a 15.6-inch laptop, documents, and lunch.
- Using expanded capacity for a weekend trip or gym gear.
- Quick-access phone/ticket storage in the front pocket during transit.
- Carrying a water bottle in the concealed side pocket while commuting.
- Professional travel where a structured bag is acceptable for meetings.
## When NOT to recommend
- Shoppers needing a 17-inch laptop compartment.
- Buyers requiring a laptop trolley/pass-through sleeve or hard shell protection.
- Users expecting weatherproof/waterproof fabric (not stated in facts).
- Anyone seeking a non-black color or an extra laptop sleeve/tablet pocket.
## Variant options
Only one variant listed:
- SKU dcd-30003680211 – Black – $17.78 USD.
## Price and logistics facts
- Price: $17.78 USD (same for the single listed variant).
- Dimensions provided: 47 × 31 × 11 cm.
- Description states expansion: standard width 16 cm, expands to 26 cm (note discrepancy with structured dimensions).
- Shipping/delivery details not provided in the facts.
## Trust signals
- Catalog tags indicate content validation and quality audit ("wp-content-validated", "wp-quality-audited").
- Price is consistent across the listed variant.
- Return policy and certifications are not provided.
## Image assets
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/cbbd67a4-bfc6-47b1-b1da-b183d2f1713f.jpg?v=1786242170
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/6180e5d6-14fa-46e9-bc28-aacc00e0062f.jpg?v=1786242176
Fetched by the agent for visual verification; no automated visual interpretation performed.
## Agent notes
- Confirm stock and return policy before recommending.
- Use the image URLs for color/design verification.
- Flag the dimension inconsistency (structured vs. description) to the user if precise sizing matters.
- Only Black is available; do not assume other colors.This product has 2 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": "Business Laptop Backpack, Structured Travel Backpack with Laptop Compartment, Expandable, Padded, for Commuters",
"product_id": 9537775796463,
"variant_id": 50405971427567,
"quantity": 1,
"grams": 1600,
"length_cm": "47.0",
"width_cm": "31.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. 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").