The more you order, the lower the unit price — calculated automatically.
Custom pricing per account, visible in the configurator.
Materials that will last for years outdoors, colourfast and tear-resistant.
Configure online, see the price straight away and order in minutes.
Our products
A selection from our range. Log in to view the full range and your prices.
Teardrop, straight or curved. Includes a mast and base of your choice.
Printed using a transfer process on weather-resistant polyester. Colourfast.
Vertical façade banners made from sturdy front-lit PVC. Long-lasting.
Large PVC banner with eyelets. Maximum visibility.
Built for resellers
- ✓Customised pricing per customer, applied automatically
- ✓Volume discounts on every configuration
- ✓Order online with instant pricing and an invoice
- ✓iDEAL, credit card and Bancontact via Mollie
Ready for the agentic era.
Let your own AI agent do the work. Using personal API tokens and granular scopes, Claude Code (or any other agent) can fetch your catalogue, calculate prices and place orders — directly via a clean REST API with interactive documentation.
- ✓Custom tokens with scopes: read catalogue, place orders, manage catalogue
- ✓Client-specific — your prices and orders, applied automatically
- ✓OpenAPI 3.1 + Scalar documentation with a live “try it” feature in the portal
- ✓Manage your entire online shop from your terminal or AI agent
$ curl https://app.flaggie.com/api/v1/products \
-H "Authorization: Bearer flaggy_…"
$ curl -X POST https://app.flaggie.com/api/v1/orders \
-H "Authorization: Bearer flaggy_…" \
-d '{ "items": [{ "productId": "…", "qty": 25 }] }'