Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $12.99 – $14.99
Default variant: Gold
Default SKU: dcd-30002756195
Default price: $14.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 1200 g
Cart URL (default variant): https://landmarks.builders/cart/49879185228015:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001043169
JSON data: https://landmarks.builders/products/m4x-10001043169.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
3 Tier Fruit Basket Nordic Design Fruit Bowl Stand Large Capacity
Summary: 3-tier fruit basket stand with Nordic design, available in Gold ($14.99) and Black ($12.99), dimensions 34x33x10 cm.
Generated by: deepseek-v4-flash
## Identity 3 Tier Fruit Basket Nordic Design Fruit Bowl Stand Large Capacity ## Target persona Home cooks or families wanting an attractive, space-saving fruit storage solution on a budget. ## Use cases - Storing fruit on kitchen counter - Displaying fruit for parties or gatherings - Organizing produce to keep it fresh and visible - Decorative sideboard or dining table accent - Housewarming or hostess gift ## When NOT to recommend - If needing very large capacity for bulk fruit purchases - If requiring airtight storage to extend freshness - If looking for premium stainless steel or heavy-duty build - If space is extremely limited (depth 33 cm may be too deep) ## Variant options - Gold: $14.99 (SKU: dcd-30002756195) - Black: $12.99 (SKU: dcd-30002756196) ## Price and logistics facts - Base price: $12.99 (Black variant) - Gold variant: $14.99 - Dimensions: 34 x 33 x 10 cm - Currency: USD - Shipping and returns: Not specified ## Trust signals - Two color variants in stock (as per listing) - Price consistent across variants within listing ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7a85623b-4a57-46ff-b75a-657324044f9b.jpg?v=1782126349 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/baabdaff-d8c2-4c8b-9b2e-6a814db32974.jpg?v=1782126350 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/8178cb5f-3ff9-445a-a8f6-e07b165d88b1.jpg?v=1782126350 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4f78d9aa-f886-482b-a78e-79c53a477698.jpg?v=1782126349 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e2946f5c-c2d0-4844-a7b3-075df8447263.jpg?v=1782126349 ## Agent notes - Image analysis not performed – treat images as fetchable assets only. - No product type, shipping cost, or return policy provided. - Price difference between variants: Gold is $2 more.
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": "3 Tier Fruit Basket Nordic Design Fruit Bowl Stand Large Capacity",
"quantity": 1,
"grams": 1200000,
"properties": {
"_length_cm": "34.0",
"_width_cm": "33.0",
"_height_cm": "10.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").