Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Wood
Default SKU: dcd-30002771840
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: 74 g
Cart URL (default variant): https://landmarks.builders/cart/49879108124911:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001047282
JSON data: https://landmarks.builders/products/m4x-10001047282.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Graduation Photo Frame Freestanding Design Wooden Graduation Cap Frame
Summary: A freestanding wooden photo frame shaped as a graduation cap, available in Wood, Black, and Blue. Price $9.99. Dimensions 21x17x1 cm.
Generated by: deepseek-v4-flash
## Identity Graduation Photo Frame Freestanding Design Wooden Graduation Cap Frame ## Target persona Graduates, parents, and friends looking for an affordable, themed frame to display a graduation photo or certificate. ## Use cases - Displaying a graduation photo on a desk or shelf - Giving as a small graduation gift - Decorating a graduation party table - Creating a souvenir from the ceremony ## When NOT to recommend - For non-graduation events or themes - When a larger frame or specific photo size is needed (capacity not specified) - For wall-mounting (product is freestanding only) - If a premium, high-end frame is required ## Variant options - Wood ($9.99) - Black ($9.99) - Blue ($9.99) ## Price and logistics facts - Price: $9.99 USD (all variants) - Dimensions: 21 cm x 17 cm x 1 cm - Weight: not specified ## Trust signals - No in-stock status or return policy provided - Price consistent across all color variants ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/02217afc-39ca-48ea-a457-9f7ccfc83203.jpg?v=1782126310 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/030b3013-daa2-47cc-8322-041ae2cf6548.jpg?v=1782126310 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/1b553615-aa40-4419-8994-9f43cf0329d6.jpg?v=1782126310 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/1e714efd-4276-4bd7-ad40-dda848cf9b62.jpg?v=1782126311 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/525da2b7-1f3d-4666-ba94-96a91d30be91.jpg?v=1782126310 ## Agent notes - Image understanding was not performed; rely only on provided URLs. - No information about photo size capacity, weight, or material composition beyond 'wooden'.
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": "Graduation Photo Frame Freestanding Design Wooden Graduation Cap Frame",
"quantity": 1,
"grams": 74000,
"properties": {
"_length_cm": "21.0",
"_width_cm": "17.0",
"_height_cm": "1.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").