Brand: World Products (Landmark)
SKU: dcd-30003700663
Price: $5.01
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Hunting Decoys
Vendor: World Products
Weight: 550 g
Cart URL (default variant): https://landmarks.builders/cart/50406750585071:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001302992
JSON data: https://landmarks.builders/products/wp-dcd-10001302992.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This snow goose decoy is crafted from sturdy and flexible EVA plastic, built to withstand outdoor elements. It features a highly detailed textured body, long neck, pink beak, and black tail accents, mimicking a wild bird. Equipped with a low-profile support piece, it remains upright and balanced on water. Measuring 53x23x28 cm, it is lightweight and easy to transport, arrange, and store. Suitable for hunting, pond decoration, and garden landscaping.
Summary: Textured snow goose decoy made of sturdy EVA plastic, floats upright, for hunting, pond decor, and garden landscaping. Priced at $5.01.
Generated by: deepseek-v4-flash
## Identity
- Product: Textured Full-Body Snow Goose Decoy
- SKU: dcd-30003700663
- Material: EVA plastic
- Listed dimensions: 53x23x28 cm (size option); structured catalog dims: 58x26x28 cm
- Features: long neck, pink beak, black tail accents, low-profile support for upright floating
## Target persona
- Waterfowl hunters needing low-cost decoys for spread
- Pond owners wanting goose decorations
- Garden landscapers using decoys for pest control or decor
## Use cases
- Adding to a snow goose decoy spread during migration hunts
- Floating in a pond to attract passing geese
- Placed in gardens to deter geese or add visual interest
- Scouting and practice setups for hunter training
## When NOT to recommend
- Buyers expecting lifelike motion or electronic calls
- Hunters requiring high-detail, premium decoys for close-range birds
- Use in ice or extreme weather conditions beyond EVA plastic tolerance
- If buyer needs a specific goose species other than snow goose
## Variant options
- Only one variant: Size 53x23x28cm, SKU dcd-30003700663, price $5.01
## Price and logistics facts
- Price: $5.01 USD (single variant)
- Dimensions: listed as 53x23x28 cm; catalog dimensions say 58x26x28 cm
- Weight: not provided
- Shipping: not specified
## Trust signals
- Tags indicate quality audit ("wp-quality-audited")
- Content validated ("wp-content-validated")
- In-stock status not explicitly stated
- Return policy not provided
## Image assets
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/34724fb5-921e-4834-835b-d57b97a8d2f1.jpg?v=1786242335
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/3fa4d023-e6b8-4fac-8eda-dac09fe30a6c.jpg?v=1786242336
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/9f66be9f-6ae8-465b-8c5d-d870f38b6d1c.jpg?v=1786242336
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/eb39999b-70bf-4e03-a257-1b934cb71200.jpg?v=1786242344
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/d66b3c13-8c85-4d64-b968-2f50f8523fee.jpg?v=1786242336
## Agent notes
- No visual content analysis performed on the provided images.
- Dimension discrepancy: size option states 53x23x28 cm, but dimensions_cm field says 58x26x28 cm. Confirm which is correct before making size-based recommendations.
- Price is low relative to typical decoys; consider as budget/utility item.This product has 11 images in 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/estimateapplication/json
{
"rate": {
"origin": {"country": "CN"},
"destination": {
"country": "US",
"postal_code": "95014",
"province": "CA",
"city": "Cupertino"
},
"items": [{
"name": "Textured Full-Body Snow Goose Decoy, Sturdy Floater, One-Piece, for Hunters and Garden",
"product_id": 9538011988207,
"variant_id": 50406750585071,
"quantity": 1,
"grams": 550,
"length_cm": "58.0",
"width_cm": "26.0",
"height_cm": "28.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. The estimate endpoint uses the product dimensions
provided in the request before calling SFC. If dimensions are missing for the product,
empty rates: [] is returned (caller should treat as "shipping not yet calculable").