Brand: World Products (Landmark)
This product has 5 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Square Cream White
Default SKU: dcd-30003457810
Default price: $9.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 450 g
Cart URL (default variant): https://landmarks.builders/cart/49877641527535:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001222889
JSON data: https://landmarks.builders/products/m4x-10001222889.json
This product comes in 5 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Children's Shoe Rack Space-Saving Baby Shoe Organizer Easy to Clean for Entryway
Summary: This is a compact children's shoe rack with 5 color options, designed for entryway use, priced at $9.99.
Generated by: deepseek-v4-flash
## Identity A space-saving children's shoe rack for entryway, easy to clean. ## Target persona Parents of babies or toddlers with limited entryway space; small-space dwellers needing a compact shoe organizer for kids' shoes. ## Use cases - Organizing baby or toddler shoes near the front door. - Storing 2-3 pairs of small children's shoes in a tight entryway. - Keeping shoes accessible for quick grab-and-go while leaving a clean look. - Cleaning messes from muddy or sandy shoes on an easy-to-clean surface. ## When NOT to recommend - For adults or teenagers with shoe sizes larger than child sizes (likely not fitting). - For large shoe collections (capacity is limited). - For outdoor use or areas exposed to moisture (material not specified as weatherproof). - When a closed-door cabinet is preferred for hiding shoes. ## Variant options - Square Cream White ($9.99) - Square Frost Green ($9.99) - Square Haze Blue ($9.99) - Square Taro Purple ($9.99) - Square Cornus Pink ($9.99) ## Price and logistics facts - Price: $9.99 USD (all variants). - Dimensions: 33.0 cm (L) × 15.5 cm (W) × 14.0 cm (H). - No shipping, stock, or return policy information provided. ## Trust signals - In-stock status unknown. - Return policy unknown. - No certifications or quality seals mentioned. - Price appears consistent across variants. ## Image assets No images available for this product. ## Agent notes - The product has no images; rely on descriptive text only. - Material and weight are not specified. - Verify current stock and shipping details before purchasing.
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": "Children's Shoe Rack Space-Saving Baby Shoe Organizer Easy to Clean for Entryway",
"quantity": 1,
"grams": 450000,
"properties": {
"_length_cm": "33.0",
"_width_cm": "15.5",
"_height_cm": "14.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").