Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $28.99
Default variant: Black
Default SKU: 5821574220285
Default price: $28.99
Availability: In Stock
Product Type: Costume Outfits
Vendor: JISADER
Weight: 850 g
Cart URL (default variant): https://landmarks.builders/cart/48017459380463:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/fantasy-theatrical-cloak-men-fancy-dress-hooded-cape-costume-cloak-chain-embelli
JSON data: https://landmarks.builders/products/fantasy-theatrical-cloak-men-fancy-dress-hooded-cape-costume-cloak-chain-embelli.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Step into character with this striking medieval gothic hooded cape, designed for both men and women. Crafted from polyester, it features luxurious chain and bead embellishments, a dramatic silhouette for Halloween parties, theatrical productions, or any themed gathering. Its versatile design ensures broad use for any enthusiast.
| Capacity | L |
| Colour | Black, Dk Green, Dk Red, Navy Blue, Olive Green |
| Product Weight | kg |
| Package Weight | 0.85 kilograms |
| Dishwasher Safe | No |
| Microwaveable | No |
| Brand | JISADER |
Summary: Fantasy theatrical cloak with chain and bead embellishments, polyester, hooded cape for men and women, available in Black and Army Green at $28.99.
Generated by: deepseek-v4-flash
## Identity A medieval gothic hooded cape with chain and bead embellishments, made of polyester, for costume and theatrical use. ## Target persona Costume enthusiasts, theater performers, LARP participants, Halloween party attendees. ## Use cases - Theatrical productions requiring a medieval cloak. - Halloween costume parties. - Renaissance fairs and medieval themed events. - LARP (live action role-playing) events. - Cosplay conventions. ## When NOT to recommend - For everyday wear or cold weather outerwear (costume quality only). - For buyers seeking a historically accurate medieval cloak (fantasy design). - For those requiring a heavy, warm cloak (polyester, lightweight). - For formal occasions (costume piece only). ## Variant options - Black ($28.99) - Army Green ($28.99) ## Price and logistics facts - Price: $28.99 USD (all variants) - Weight: 0.85 kg - Dimensions: Not specified - Brand: JISADER ## Trust signals - In-stock status unknown; assume available as listing exists. - Return policy not specified. - Price consistent across variants. - No certifications mentioned. ## Image assets - 5 images available at: - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/20f24c46bbf04b90ba203cac8b7edaf8.png?v=1773820915 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/ebc23cb454cf41398c5d9de25b371ead.png?v=1773820916 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/0490bdfb8e154996aa7aa385f4d216ba.png?v=1773820916 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7bf8ab47bdb54bfea46b88dad2f32f24.png?v=1773820916 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e3307ff96b234bf397d424596b9b0786.png?v=1773820916 ## Agent notes - Ensure color availability: only Black and Army Green confirmed as variants. - No size specifications; likely one-size fits most. - Image understanding not performed.
This product has 8 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": "Fantasy Theatrical Cloak Men, Fancy Dress Hooded Cape, Costume Cloak Chain Embellished, Medieval Cloak for Theatrical Productions",
"quantity": 1,
"grams": 850000,
"properties": {
"_length_cm": "",
"_width_cm": "",
"_height_cm": ""
}
}],
"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").