Brand: World Products (Landmark)
SKU: dcd-30003689896
Price: $25.00
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Motorcycle Bags
Vendor: World Products
Weight: 1500 g
Cart URL (default variant): https://landmarks.builders/cart/50406228394223:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001299533
JSON data: https://landmarks.builders/products/wp-dcd-10001299533.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This motorcycle rear seat bag measures 72 cm x 35 cm x 38 cm and features a soft yet structured build. It includes front fastening straps and heavy-duty buckles for secure mounting. The top flap has multiple horizontal strap loops, and side panels have carry and attachment loops. Reflective strips near the lower sides enhance visibility. The bag is black and suitable for weekend road trips and daily commutes.
Summary: Black motorcycle tail bag with straps, buckles, and reflective strips for rear-seat mounting; priced at $25.00 USD.
Generated by: deepseek-v4-flash
## Identity - Product: Large Capacity Motorcycle Tail Bag with Straps - Type: Motorcycle Bags - Color: Black - Price: $25.00 USD - Description: Soft but structured rear-seat bag; front fastening straps, heavy-duty buckles, multiple horizontal strap loops on top flap, carry/attachment loops on side panels, reflective strips near lower sides. ## Target persona - Motorcycle commuters who need extra carry space - Weekend riders / light tourers without hard luggage - Budget-conscious buyers seeking affordable luggage - Riders with a rear seat or luggage rack for strapping ## Use cases - Daily commute storing helmet, tools, or rain gear - Weekend road trips requiring expanded cargo capacity - Extra bag for long-distance touring - Quick secure mounting via heavy-duty straps and buckles - Low-light visibility aid via reflective strips ## When NOT to recommend - When waterproofing is essential — no waterproof claim in listing - When hard security (locking) is needed — soft bag only - When the buyer expects exact dimensions: description says 72x35x38 cm, structured data says 44.5x36x15 cm — verify before purchase - Riders with pillion passenger needing full rear seat (bag occupies rear seat) ## Variant options - Single variant: Black (SKU dcd-30003689896) at $25.00 ## Price and logistics facts - Price: $25.00 USD (currency USD) - No shipping, availability, or return policy information provided - Dimensions per description: 72 cm x 35 cm x 38 cm; per structured data: 44.5 cm x 36 cm x 15 cm (inconsistency to verify) - Weight: not provided ## Trust signals - Catalog tags include: wp-quality-audited, wp-content-validated, wp-import, dcd-full-catalog - No certification claims; no explicit in-stock availability - Price listed in listing: $25.00 (single price) ## Image assets - 5 images available (URLs provided) - Images not analyzed in this page ## Agent notes - The description and dimensions_cm field conflict; ask the merchant or check listing images for the true size. - No waterproof/warranty/return details. Confirm before recommending for rain. - The bag is sold at a budget price point ($25); temper expectations for material quality.
This product has 7 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": "Large Capacity Motorcycle Tail Bag with Straps",
"product_id": 9537852932335,
"variant_id": 50406228394223,
"quantity": 1,
"grams": 1500,
"length_cm": "44.5",
"width_cm": "36.0",
"height_cm": "15.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").