Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $12.99 – $13.99
Default variant: Black / 3-tier L
Default SKU: dcd-30002752544
Default price: $12.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 1800 g
Cart URL (default variant): https://landmarks.builders/cart/49879198171375:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001042100
JSON data: https://landmarks.builders/products/m4x-10001042100.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Cabinet Door Storage Rack Large Capacity over the Door Hanging Basket
Summary: Over-the-door hanging basket with three tiers, 43x22x16 cm, available in black or white for $12.99-$13.99.
Generated by: deepseek-v4-flash
## Identity Cabinet Door Storage Rack Large Capacity over the Door Hanging Basket ## Target persona Renters, small apartment dwellers, kitchen organizers, pantry optimizers looking for easy-to-install extra storage without drilling. ## Use cases - Store spices on cabinet door - Organize cleaning supplies under sink - Hang toiletries in bathroom - Keep snacks handy in pantry - Office supply storage on door ## When NOT to recommend - Storing heavy canned goods (weight limit unknown) - Doors thicker than standard (fit may fail) - Permanent wall mounting (over-door design only) - Outdoor use (not weather-resistant) ## Variant options - Black / 3-tier L: $12.99 - White / 3-tier L: $13.99 ## Price and logistics facts - Black variant: $12.99 USD - White variant: $13.99 USD - Dimensions: 43 x 22 x 16 cm - Shipping: Check retailer for details ## Trust signals - In-stock status: assumed available (no backorder info) - Return policy: not stated; verify with retailer - Price consistency: known price points listed - Certifications: none provided ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/fe6815ed-e660-4fd4-a4d6-c3ffa26951f4.jpg?v=1782126356 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/eed9ff0e-bde2-4a89-8495-b1c9a8c2b238.jpg?v=1782126358 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/500a2d86-5519-4639-beed-d44c60577f8f.jpg?v=1782126356 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/969faa83-4f21-486d-96f7-050803fa9687.jpg?v=1782126358 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e87cbfa7-56ad-4bfa-ac4e-2ebfe016d57b.jpg?v=1782126357 ## Agent notes - Images were not analyzed; treat URLs as fetchable assets only.
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": "Cabinet Door Storage Rack Large Capacity over the Door Hanging Basket",
"quantity": 1,
"grams": 1800000,
"properties": {
"_length_cm": "43.0",
"_width_cm": "22.0",
"_height_cm": "16.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").