Brand: World Products (Landmark)
SKU: dcd-30001899944
Price: $186.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 8000 g
Cart URL (default variant): https://landmarks.builders/cart/49811881951471:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000894463
JSON data: https://landmarks.builders/products/m4x-10000894463.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: A multi-tier rolling storage cart in red, 38.5x37.5x64 cm, priced at $186.99. Designed for mobile organization in home, office, or workshop.
Generated by: deepseek-v4-flash
## Identity Mobile Storage Cart Movable Design Multi-Tier Rolling Cart Multifunctional (Red) ## Target persona - Home organizer seeking a compact rolling storage solution for craft or pantry items. - Small office worker who needs to move supplies between desks or rooms. - DIY hobbyist looking for a portable tool caddy. ## Use cases - Organize and transport craft supplies (paints, brushes, yarn) between rooms. - Store office files, stationery, and electronics for easy access. - Move tools and small parts around a workshop or garage. - Use as a pantry cart for canned goods and snacks. - Hold cleaning supplies for mobile cleaning caddy. ## When NOT to recommend - For heavy industrial or outdoor use (no weatherproofing). - If the buyer needs storage for items wider than 37.5 cm. - For budget shoppers expecting a cart under $50. - For very tight spaces where the 38.5 cm depth is too large. ## Variant options - Red / Ready (SKU: dcd-30001899944) — $186.99 ## Price and logistics facts - Price: $186.99 USD. - Dimensions: 38.5 cm (L) x 37.5 cm (W) x 64.0 cm (H). - Shipping and tax information not provided. ## Trust signals - In-stock status: Not specified. - Return policy: Not provided. - Certifications: None claimed. - Price consistency: Single variant at fixed price. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/f85a1cf1-5c1d-4b7c-8bfa-deb895d15591.jpg?v=1781600884 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b5e9e4c2-fc3a-4a47-8a49-5d0b794e49ca.jpg?v=1781600889 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/520e563b-5825-477b-bc9d-b20da3d32381.jpg?v=1781600884 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/011e307f-28bf-4340-96a5-6ee781854cdc.jpg?v=1781600885 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/3f522ecd-9712-4e39-8185-d7ab0513ab2f.jpg?v=1781600884 ## Agent notes - Alt text not provided; images not visually analyzed. Product appears to be a three-tier rolling cart based on title and dimensions.
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": "Mobile Storage Cart Movable Design Multi-Tier Rolling Cart Multifunctional",
"quantity": 1,
"grams": 8000000,
"properties": {
"_length_cm": "38.5",
"_width_cm": "37.5",
"_height_cm": "64.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").