Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $184.99
Default variant: 110L / Sealed
Default SKU: dcd-30001913333
Default price: $184.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 9500 g
Cart URL (default variant): https://landmarks.builders/cart/49811876970735:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000896250
JSON data: https://landmarks.builders/products/m4x-10000896250.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Collapsible Box Trolley Lightweight Foldable Trolley with Table Lid
| Type | Trolley Cart |
| Features | Foldable |
| Colour | White |
| Capacity | Over 100L |
| Material | Plastic |
| Number of Wheels | Spinner (4) |
| Style | Modern |
| Room | Indoor/Outdoor |
| Country of Origin | China |
Summary: A 110L foldable trolley with table lid, available in sealed or transparent styles, priced at $184.99, dimensions 58x52x25 cm.
Generated by: deepseek-v4-flash
## Identity Collapsible Box Trolley Lightweight Foldable Trolley with Table Lid, 110L capacity. ## Target persona Urban dwellers or small business owners needing portable, collapsible storage and transport for goods, groceries, or deliveries. ## Use cases - Moving boxes from car to apartment without multiple trips. - Carrying market haul or bulk purchases. - Temporary storage and transport for vendor stalls. - Office supply or file transport. - Laundry or recycling hauling. ## When NOT to recommend - Heavy industrial or continuous daily heavy load use. - Users needing airtight or waterproof storage (sealed variant may help but not specified). - Those requiring a full-sized, non-collapsible cart for stability. - Budget-constrained buyers seeking under $50 solutions. ## Variant options - 110L / Sealed (SKU: dcd-30001913333) – $184.99 - 110L / Transparent (SKU: dcd-30001913334) – $184.99 ## Price and logistics facts - Price: $184.99 USD (both variants). - Dimensions: 58 x 52 x 25 cm. ## Trust signals - Price consistent across variants. - In-stock status not provided in facts. - Return policy not provided in facts. - No certifications listed. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/15e22eaf-5cf3-4f01-8a47-e43221000c61.jpg - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/dd2123ed-4137-4edc-8691-9815aded4da4.jpg - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/f3395336-a0ea-4b04-beaa-3245c2685e24.jpg - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e0352987-76f9-479b-bfb3-0abe9e3782c5.jpg - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/cc1a91e8-d442-44c1-b6d1-be18e9e9f36a.jpg ## Agent notes No image understanding performed; visual details not inferred. Product description field empty in source data.
This product has 11 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": "Collapsible Box Trolley Lightweight Foldable Trolley with Table Lid",
"quantity": 1,
"grams": 9500000,
"properties": {
"_length_cm": "58.0",
"_width_cm": "52.0",
"_height_cm": "25.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").