Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Lookout
Default SKU: dcd-30002709889
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: 80 g
Cart URL (default variant): https://landmarks.builders/cart/49903538143471:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001031223
JSON data: https://landmarks.builders/products/m4x-10001031223.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Resin Goose Pot Hanger Cute Cartoon Design Hanging Goose Ornament for Aquariums
Summary: Resin goose pot hanger ornament with cartoon design, 9x6x9 cm, available in four styles, for aquarium decoration. Priced at $9.99 USD.
Generated by: deepseek-v4-flash
## Identity A small resin ornament shaped like a goose, designed to hang on a pot or aquarium rim. Four styles: Lookout, Drinking, Flower, Resting. ## Target persona - Aquarium hobbyist looking for inexpensive, fun decorations - Collector of animal-themed resin figurines for small spaces - Gift buyer for a casual fish owner or child ## Use cases - Hanging on the edge of a small fish tank or terrarium - Adding a playful accent to a desktop or shelf near water - Decorating a potted plant as a hanging ornament - Themed aquarium setup (e.g., farm or pond scene) - Low-cost novelty gift for a friend who owns a pet fish ## When NOT to recommend - For large aquariums where small ornament would be lost or ignored - If the buyer needs a functional toy (non-toxic, submersible) – verify material safety - For serious aquascaping where natural style is desired - As a primary filtration or tank equipment ## Variant options 4 styles at $9.99 each: Lookout, Drinking, Flower, Resting. ## Price and logistics facts - Price: $9.99 USD per variant - Dimensions: 9.0 x 6.0 x 9.0 cm - Weight: not specified - Currency: USD ## Trust signals - Listed on Shopify storefront - Multiple images available (but content not inspected) - No explicit return policy or stock status provided - Price is consistent across variants ## Image assets - 5 images available at provided URLs; cannot verify content or quality ## Agent notes - Material is resin; no further certifications or safety claims - Intended for aquariums but no guarantee of waterproof or non-toxic properties - Image understanding was not 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": "Resin Goose Pot Hanger Cute Cartoon Design Hanging Goose Ornament for Aquariums",
"quantity": 1,
"grams": 80000,
"properties": {
"_length_cm": "9.0",
"_width_cm": "6.0",
"_height_cm": "9.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").