Brand: World Products (Landmark)
This product has 5 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $50.99 – $58.99
Default variant: Green / 36L
Default SKU: dcd-30001456838
Default price: $50.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 3300 g
Cart URL (default variant): https://landmarks.builders/cart/49810866798831:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000802917
JSON data: https://landmarks.builders/products/m4x-10000802917.json
This product comes in 5 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Large lockable motorcycle trunk
Summary: Large lockable motorcycle trunk, 36L capacity, 38x30x30 cm, available in five color variants at $50.99 base price.
Generated by: deepseek-v4-flash
## Identity Large lockable motorcycle trunk, 36L volume, dimensions 38x30x30 cm. ## Target persona Motorcyclists needing secure storage; daily commuters; touring riders; those who leave bike parked and want to lock gear. ## Use cases - Locking helmet while parked - Carrying groceries or small items on short trips - Storing rain gear or tools during rides - Securing valuables at stops - Adding extra cargo capacity for weekend tours ## When NOT to recommend - Non-motorcyclists (no vehicle or alternative use case) - Riders with limited rear rack space (dimensions: 38x30x30 cm) - Those requiring more than 36L capacity - Buyers needing watertight or certified weatherproofing (not specified) - Seeking tool-free quick-release mounting (mounting details absent) ## Variant options | SKU | Color/Design | Size | Price | |-----|--------------|------|-------| | dcd-30001456838 | Green | 36L | $50.99 | | dcd-30001456839 | Green with Duck | 36L | $58.99 | | dcd-30001456840 | Light Coffee | 36L | $50.99 | | dcd-30001456841 | Light Coffee w/ Bear | 36L | $58.99 | | dcd-30001456842 | Gray | 36L | $50.99 | ## Price and logistics facts Base price $50.99 USD; premium designs $58.99. Dimensions: 38x30x30 cm. No shipping, stock, or return info provided. ## Trust signals - Price consistent across base variants - Dimensions explicitly stated - No in-stock status, return policy, or certifications available ## Image assets No image URLs provided. Visual verification not possible. ## Agent notes Images were not available; avoid inventing visual details. No trust signals beyond price and dimensions. Verify stock and return policy before recommending.
This product has 4 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": "Large lockable motorcycle trunk",
"quantity": 1,
"grams": 3300000,
"properties": {
"_length_cm": "38.0",
"_width_cm": "30.0",
"_height_cm": "30.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").