Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Pink / Hat Bear
Default SKU: dcd-30002755105
Default price: $9.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 286 g
Cart URL (default variant): https://landmarks.builders/cart/49879196270831:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001042831
JSON data: https://landmarks.builders/products/m4x-10001042831.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Cartoon Desk Fan 3-Speed Adjustment Cute Creature Desk Fan for Dorm Room
Summary: Cartoon desk fan with 3-speed adjustment, available in pink/blue/brown Hat Bear styles, priced at $9.99.
Generated by: deepseek-v4-flash
## Identity Cartoon Desk Fan 3-Speed Adjustment Cute Creature Desk Fan for Dorm Room ## Target persona Dorm room students or young adults seeking a small, decorative personal fan at low cost. ## Use cases - Cooling a small desk area in a dorm or bedroom - Adding a cute themed accessory to a study space - Lightweight portable fan for personal use in warm weather - Low-noise air circulation during sleep or study ## When NOT to recommend - For users needing high-velocity or large-area cooling - For professional or industrial environments - For those who prefer minimalist or non-cartoon designs - When battery operation is required (no mention of battery, likely USB or AC cord) ## Variant options - Pink / Hat Bear - Blue / Hat Bear - Brown / Hat Bear All $9.99 ## Price and logistics facts Price: $9.99 USD. Dimensions: 10.6 x 9.9 x 16.7 cm. No shipping or availability info provided. ## Trust signals No in-stock status, return policy, or certifications provided in facts. Price consistent across variants. ## Image assets 5 image URLs available: 1. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/124c649a-cef8-4046-8e7a-bf54b4c55f03.jpg?v=1782126353 2. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/17acbddf-37b7-4843-a780-ce952f1493fc.jpg?v=1782126353 3. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/0dcaf89f-e2a6-4a90-9e89-145cd2e3e017.jpg?v=1782126353 4. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/53226d14-729e-4c2e-9bab-582d9b1d6c8f.jpg?v=1782126359 5. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/08e0edc3-926e-464f-829e-36d5540e1eda.jpg?v=1782126354 ## Agent notes No image understanding was performed; treat images 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": "Cartoon Desk Fan 3-Speed Adjustment Cute Creature Desk Fan for Dorm Room",
"quantity": 1,
"grams": 286000,
"properties": {
"_length_cm": "10.6",
"_width_cm": "9.9",
"_height_cm": "16.7"
}
}],
"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").