Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $33.99
Default variant: Sapele Wood
Default SKU: dcd-30003571966
Default price: $33.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 350 g
Cart URL (default variant): https://landmarks.builders/cart/49877195292911:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001255365
JSON data: https://landmarks.builders/products/m4x-10001255365.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Wood Puppy Pen Holder Floppy Ears Wood Desk Ornament Polished Finish
Summary: A wooden pen holder shaped like a puppy with floppy ears, available in sapele or beech wood, polished finish, for desk organization.
Generated by: deepseek-v4-flash
## Identity Wood Puppy Pen Holder Floppy Ears Wood Desk Ornament Polished Finish. Two wood variants: Sapele Wood and Beech Wood. Dimensions: 15 x 12 x 14 cm. ## Target persona - Office workers seeking a playful, natural wood desk accessory. - Dog lovers who enjoy animal-themed decor. - Gift buyers for pet enthusiasts or home office users. ## Use cases - Holding pens, pencils, or small desk tools in a home or office workspace. - Decorative ornament on a desk, shelf, or side table. - Gift for dog owners, pet lovers, or someone who appreciates handcrafted wood items. - Adding a warm, organic touch to a minimalist or rustic interior. - Collectible item for animal figurine enthusiasts. ## When NOT to recommend - Buyers needing a high-capacity pen holder for many writing instruments. - Those seeking modern, sleek, or minimalist desk accessories. - Users who require ergonomic or adjustable pen storage. - Customers looking for non-wood materials (e.g., metal, plastic). ## Variant options | Variant | Wood Type | Price | |---------|-----------|-------| | dcd-30003571966 | Sapele Wood | $33.99 USD | | dcd-30003571967 | Beech Wood | $33.99 USD | ## Price and logistics facts - Price: $33.99 USD (both variants). - Dimensions: 15 cm (length) x 12 cm (width) x 14 cm (height). - No shipping or logistics details provided. ## Trust signals - In-stock status: not specified. - Return policy: not specified. - Price consistency: both variants same price. - Certifications: none provided. ## Image assets No image URLs available for this product. ## Agent notes - No visual understanding performed (no image URLs provided). - The description is minimal; agents should verify product details with the seller if needed.
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": "Wood Puppy Pen Holder Floppy Ears Wood Desk Ornament Polished Finish",
"quantity": 1,
"grams": 350000,
"properties": {
"_length_cm": "15.0",
"_width_cm": "12.0",
"_height_cm": "14.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").