Brand: World Products (Landmark)
SKU: dcd-30002706202
Price: $13.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 560 g
Cart URL (default variant): https://landmarks.builders/cart/49903548301551:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001030504
JSON data: https://landmarks.builders/products/m4x-10001030504.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Fan-Shaped Storage Basket Multipurpose Triangular Shelf Organizer Long-Lasting
Summary: Fan-shaped storage basket, multipurpose triangular shelf organizer, long-lasting, dimensions 27.5x27.5x17 cm, priced at $13.99.
Generated by: deepseek-v4-flash
## Identity Fan-Shaped Storage Basket Multipurpose Triangular Shelf Organizer ## Target persona Individuals seeking affordable, compact storage solutions for small spaces; budget-conscious home organizers; dorm or apartment dwellers. ## Use cases - Organizing toiletries on a bathroom shelf - Storing craft supplies on a desk or counter - Decluttering kitchen countertops with small items - Holding remote controls, keys, or other small household items - Displaying decorative items on a triangular shelf ## When NOT to recommend - For heavy or bulky items (weight limit unknown) - For outdoor use (material unknown, likely indoor only) - For high-moisture environments (e.g., shower shelf) - For users needing large-capacity storage ## Variant options - Single style: Fan-shaped Basket ($13.99) ## Price and logistics facts - Price: $13.99 USD (fixed) - Dimensions: 27.5 x 27.5 x 17 cm - No shipping, weight, or origin details provided ## Trust signals - Single variant price consistency - No stock status, return policy, or certifications available ## Image assets - Image 1: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/1e60945d-9668-4103-84c7-777014c9445c.jpg?v=1782146584 - Image 2: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/27ab3921-121e-48b6-add0-1532e51e57f6.jpg?v=1782146585 - Image 3: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b82da699-4102-4fec-9b5e-0b8147ba0865.jpg?v=1782146583 - Image 4: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/315cdbf4-dc44-496d-9d8e-4a990ea4f10b.jpg?v=1782146584 - Image 5: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/6740b515-76c9-42e3-ac3d-38a4a55fa93b.jpg?v=1782146585 ## Agent notes - Material, brand, and return policy not specified. - Weight capacity unknown. - Image content not analyzed.
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": "Fan-Shaped Storage Basket Multipurpose Triangular Shelf Organizer Long-Lasting",
"quantity": 1,
"grams": 560000,
"properties": {
"_length_cm": "27.5",
"_width_cm": "27.5",
"_height_cm": "17.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").