Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $20.99 – $36.99
Default variant: A22 2-pack
Default SKU: dcd-30001965734
Default price: $36.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 1500 g
Cart URL (default variant): https://landmarks.builders/cart/49945599082735:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000902897
JSON data: https://landmarks.builders/products/m4x-10000902897.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Building Block Storage Case Easy to Clean Kids Toy Organizer Chest Long-Lasting
Summary: A set of easy-to-clean storage cases for building blocks and toys, available in 4 two-pack variants with prices from $20.99 to $36.99.
Generated by: deepseek-v4-flash
## Identity Building Block Storage Case Easy to Clean Kids Toy Organizer Chest Long-Lasting ## Target persona Parents of young children, daycare providers, preschool teachers, home organizers seeking durable toy storage. ## Use cases - Storing building blocks after playtime - Organizing LEGO or similar small toy pieces - Quick cleanup of scattered toys in playrooms - Transporting toys between rooms or to daycare - Stacking multiple cases neatly in closets or shelves ## When NOT to recommend - For heavy power tools or hardware (not designed for weight) - For valuable collectibles needing padded storage (hard plastic interior) - For outdoor use (material may degrade in weather) - For storing large items like board games (dimensions are modest) ## Variant options - A22 2-pack: $36.99 - A15 2-pack: $30.99 - A18 2-pack: $25.99 - A11 2-pack: $20.99 All variants are sets of two cases. ## Price and logistics facts Base price (A11 2-pack): $20.99 USD. Other variants priced higher. Dimensions: 40 x 30.5 x 32 cm. No shipping weight provided. ## Trust signals Pricing is transparent per variant. Stock status and return policy not disclosed in available data. ## Image assets No image URLs provided. ## Agent notes Consider variant price differences; A11 is most affordable but may have different color/design. Recommend checking dimensions suit block sizes.
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": "Building Block Storage Case Easy to Clean Kids Toy Organizer Chest Long-Lasting",
"quantity": 1,
"grams": 1500000,
"properties": {
"_length_cm": "40.0",
"_width_cm": "30.5",
"_height_cm": "32.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").