Brand: World Products (Landmark)
SKU: dcd-30002886845
Price: $43.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 1100 g
Cart URL (default variant): https://landmarks.builders/cart/49810742116591:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001085123
JSON data: https://landmarks.builders/products/m4x-10001085123.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Dual-Level Fruit Holder Double Tier Household Storage Woven for Party
| Handmade | No |
| Animal Class | Bird |
| Bird Species | Flamingo |
| Material | Plastic |
| Type | Figurine |
Summary: Two-tier woven fruit basket with flamingo design, dimensions 36x34x31.5 cm, available in Pink at USD 43.99.
Generated by: deepseek-v4-flash
## Identity Two-Tier Fruit Basket Double Layer Flamingo Snack Stand Woven Household Storage for Dining Table (Pink variant, SKU dcd-30002886845). A woven basket with two layers for fruit or snack storage. ## Target persona Home organizers looking for decorative storage for dining table or kitchen counter; users who prefer whimsical flamingo-themed decor. ## Use cases - Storing fruits like apples and bananas in the kitchen - Organizing snacks on a dining table - Displaying decorative items - As a centerpiece for parties with flamingo theme - Household storage for small items (e.g., napkins, keys) ## When NOT to recommend - For users requiring large capacity storage (small dimensions) - For minimalist or modern decor styles that clash with flamingo motif - For customers seeking stainless steel or plastic storage - For heavy items like potatoes or melons (woven material unknown) ## Variant options Only Pink color available at $43.99. ## Price and logistics facts Price: $43.99 USD. Dimensions: 36 cm length, 34 cm width, 31.5 cm height. No shipping cost or weight provided. ## Trust signals In-stock status unknown (tag suggests import product). Return policy not provided. No certifications listed. ## Image assets No product images available. ## Agent notes Image understanding not performed; material and construction not specified; only one variant.
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": "Dual-Level Fruit Holder Double Tier Household Storage Woven for Party",
"quantity": 1,
"grams": 1100000,
"properties": {
"_length_cm": "36.0",
"_width_cm": "34.0",
"_height_cm": "31.5"
}
}],
"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").