Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $22.99
Default variant: S
Default SKU: 5835388387475
Default price: $22.99
Availability: In Stock
Product Type: Costume Outfits
Vendor: JISADER
Weight: 650 g
Cart URL (default variant): https://landmarks.builders/cart/48017458757871:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/fancy-dress-hooded-cape-gothic-hooded-cloak-polyester-halloween-party-hooded-cap
JSON data: https://landmarks.builders/products/fancy-dress-hooded-cape-gothic-hooded-cloak-polyester-halloween-party-hooded-cap.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 versatile Gothic Hooded Cloak, designed for Halloween parties and stage performances. Crafted from wrinkle-resistant polyester, this full-length hooded cape features an elegant trim and a secure tie closure. Available in a range of colours, it's the ideal fancy dress costume for gothic fashion enthusiasts and cosplayers looking for a dramatic yet comfortable addition to their attire.
| Material | Polyester |
| Capacity | L |
| Product Weight | kg |
| Package Weight | 0.99 pounds |
| Dishwasher Safe | No |
| Microwaveable | No |
Summary: Gothic hooded cloak made of polyester, available in multiple colors, with tie closure and decorative trim, priced at $22.99, for Halloween, stage performances, or gothic fashion.
Generated by: deepseek-v4-flash
## Identity Fancy Dress Hooded Cape, Gothic Hooded Cloak Polyester ## Target persona - Gothic fashion enthusiasts - Halloween party-goers - Cosplayers - Stage performers ## Use cases - Halloween parties - Themed costume events - Stage performances - Cosplay conventions - Gothic fashion photoshoots - LARP events ## When NOT to recommend - As winter outerwear (no insulation) - For formal occasions or everyday streetwear - For heavy rain (polyester but not waterproof) - For users needing precise dimensions (sizes S and M only, no measurements) ## Variant options - Size S ($22.99) - Size M ($22.99) - Colors available: black, blue, burgundy, green ## Price and logistics facts - Price: $22.99 USD - Package weight: 0.99 pounds - Material: Polyester - Dimensions: not provided ## Trust signals - In-stock status: not explicitly stated - Return policy: not provided - Price consistency: single price across variants - Certifications: none listed ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/55877cfab9b54bc28acd26b0fa4c45ce.png?v=1773820839 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/beadc047a4024ac09205958f4d82b5d8.png?v=1773820839 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c5ec994da8bf4f008be8710b39983bd1.png?v=1773820839 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/88b5cd1c85984d5b9ffe2287de614769.png?v=1773820840 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/aef7278fee804e6fb917f9a9b95392ed.png?v=1773820840 ## Agent notes - Image content not analyzed; rely on title and description. - No specific care instructions beyond durability and wrinkle resistance. - Sizing details (measurements) missing.
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": "Fancy Dress Hooded Cape, Gothic Hooded Cloak Polyester, Halloween Party Hooded Cape, Dress Costume for Gothic Fashion, Fancy Dress Costume Halloween",
"quantity": 1,
"grams": 650000,
"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").