Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $17.99
Default variant: Red / One Size
Default SKU: dcd-30000068489
Default price: $17.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 90 g
Cart URL (default variant): https://landmarks.builders/cart/49946319257839:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000011654
JSON data: https://landmarks.builders/products/m4x-10000011654.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Berry Resin Keychain, Cute Bag Charm, Purse Decoration, Gift
Summary: A berry-shaped resin keychain or bag charm available in Red and Pink, priced at $17.99 with dimensions 9x6x6 cm.
Generated by: deepseek-v4-flash
## Identity Berry Resin Keychain, Cute Bag Charm, Purse Decoration, Gift ## Target persona Fashion-conscious individuals seeking affordable, playful bag charms or keychains; gift buyers for friends or family who enjoy kawaii or fruit-themed accessories. ## Use cases - Decorate a handbag or tote with a berry charm - Use as a keychain for keys or lanyard - Give as a small gift for a birthday or holiday - Collect as part of a fruit-themed accessory set - Add to a backpack or purse for a pop of color - Use as a zipper pull or bag tag ## When NOT to recommend - For people needing a functional, heavy-duty keychain - For those who dislike resin or plastic accessories - For buyers seeking premium or luxury materials - For use as a primary key holder for large key sets ## Variant options - Red / One Size ($17.99) - Pink / One Size ($17.99) ## Price and logistics facts - Price: $17.99 USD - Dimensions: 9.0 x 6.0 x 6.0 cm - No shipping or inventory details provided ## Trust signals - Listed with two color variants - No stock status, return policy, or certifications specified ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/12198b9d-1254-4ceb-bda5-bbb2706cb3e8.png?v=1782181185 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/63a7fdbd-9d38-407e-962e-0e24c014ff94.png?v=1782181186 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/5d5dbace-84ca-4393-aed9-3a9b3ae6acbb.png?v=1782181186 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/360e4b8c-8a7e-47c9-a618-7d1acf0c75ed.png?v=1782181190 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b0f9cea0-f826-43f1-ae9d-da2c9905ccaa.png?v=1782181186 ## Agent notes Image content was not analyzed; visual details are not confirmed. The product is a resin keychain in berry shape, but specific design features (e.g., actual berry appearance, detailing) are inferred from title and tags only.
This product has 10 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": "Berry Resin Keychain, Cute Bag Charm, Purse Decoration, Gift",
"quantity": 1,
"grams": 90000,
"properties": {
"_length_cm": "9.0",
"_width_cm": "6.0",
"_height_cm": "6.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").