Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $10.99
Default variant: Transparent
Default SKU: dcd-30002763404
Default price: $10.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 710 g
Cart URL (default variant): https://landmarks.builders/cart/49879151804655:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001045050
JSON data: https://landmarks.builders/products/m4x-10001045050.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Fridge Drink and Condiment Holder Easy Reach 360 Degree Rotating Storage Bin
Summary: Fridge drink and condiment holder with 360-degree rotation, available in three colors, priced at $10.99.
Generated by: deepseek-v4-flash
## Identity Fridge Drink and Condiment Holder Easy Reach 360 Degree Rotating Storage Bin ## Target persona Home organizers seeking compact fridge solutions; apartment dwellers with limited fridge space; individuals who want easy access to cans and condiments. ## Use cases - Organizing canned drinks in a standard refrigerator - Storing condiment bottles for easy reach while cooking - Decluttering fridge shelves by grouping small items - Rotating stock to use older items first - Providing a kid-friendly way to grab drinks ## When NOT to recommend - For bulk storage of gallon-sized jugs or heavy containers - When fridge shelves are already heavily compartmentalized - For users who prefer fixed, non-rotating bins - For commercial or large-family fridges needing high capacity ## Variant options - Transparent ($10.99) - Cream ($10.99) - White Transparent ($10.99) ## Price and logistics facts Price: $10.99 USD per unit. Dimensions: 34.0 cm (length) x 22.5 cm (width) x 8.0 cm (height). All variants priced identically. ## Trust signals Price is consistent across all three color variants. Stock status and return policy not specified in available data. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/6913ad15-23fd-40ea-a6ea-24841d543721.jpg?v=1782126332 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/dbd704ec-b45c-43b0-a85c-efbebf3fb8a3.jpg?v=1782126332 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/2e553789-58d5-4210-9463-b414fc124546.jpg?v=1782126333 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/decba346-12fd-4057-8de9-bc1fe4305555.jpg?v=1782126332 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7ed1a08e-1aa1-42b7-9744-7ac6146cd9a1.jpg?v=1782126333 ## Agent notes Images were not analyzed; visual details such as color accuracy or physical appearance are not confirmed from the URLs alone.
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": "Fridge Drink and Condiment Holder Easy Reach 360 Degree Rotating Storage Bin",
"quantity": 1,
"grams": 710000,
"properties": {
"_length_cm": "34.0",
"_width_cm": "22.5",
"_height_cm": "8.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").