Brand: World Products (Landmark)
This product has 5 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $11.99
Default variant: Animal Party / with Rod Wheels
Default SKU: dcd-30003364556
Default price: $11.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 1600 g
Cart URL (default variant): https://landmarks.builders/cart/49878172401903:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001189726
JSON data: https://landmarks.builders/products/m4x-10001189726.json
This product comes in 5 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Folding Trolley Bag Wheeled Portable Shopping Trolley Reinforced Baseboard
Summary: Folding trolley bag with wheels and reinforced baseboard, portable shopping cart, $11.99, available in 5 color patterns.
Generated by: deepseek-v4-flash
## Identity Folding Trolley Bag Wheeled Portable Shopping Trolley with Reinforced Baseboard. ## Target persona Budget-conscious shoppers, seniors, or city dwellers who walk to markets or stores and need a portable cart for carrying groceries or light loads. ## Use cases - Carrying groceries from supermarket to home - Transporting laundry to laundromat - Taking items to a farmer's market - Moving books or supplies short distances - Using as a collapsible carryall for travel - Shopping at discount stores where carts aren't provided ## When NOT to recommend - For heavy loads exceeding 20 kg (frameless bag) - For frequent rough terrain use (wheels may not handle gravel) - For users needing a rigid suitcase (fabric bag only) - For long-distance rolling (small wheels) ## Variant options - Animal Party / with Rod Wheels – $11.99 - Gray Plaid / with Rod Wheels – $11.99 - Black Space / with Rod Wheels – $11.99 - Blue Orchid / with Rod Wheels – $11.99 - Navy Balloon / with Rod Wheels – $11.99 ## Price and logistics facts Price: $11.99 USD; Dimensions: 52 x 32 x 12 cm; No shipping or return policy provided in data. ## Trust signals - Reinforced baseboard for stability - All variants same price ($11.99) - No stock or return policy info available ## Image assets No image URLs provided. ## Agent notes Image understanding not performed due to missing image URLs. Product features and quality cannot be visually verified. Additional data needed: weight capacity, material composition, wheel durability, assembly requirements, shipping cost, and return policy.
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": "Folding Trolley Bag Wheeled Portable Shopping Trolley Reinforced Baseboard",
"quantity": 1,
"grams": 1600000,
"properties": {
"_length_cm": "52.0",
"_width_cm": "32.0",
"_height_cm": "12.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").