# Bernsport

> Bernsport — performance and lifestyle apparel.
> This file is the canonical context for AI agents, assistants and LLM-powered search. `/llms.txt` and `/llms-full.txt` derive from it.

## About
- Store: Bernsport
- Website: https://bernsport.co.nz
- Currency: NZD

## Commerce Protocol (UCP)
This store implements the Universal Commerce Protocol for agent-driven commerce:
- Discovery: `GET https://bernsport.co.nz/.well-known/ucp`
- MCP endpoint: `POST https://bernsport.co.nz/api/ucp/mcp`

Supported UCP versions:
- 2026-04-08 (latest stable)
- 2026-01-23


## Agent discovery endpoints
- Full context: https://bernsport.co.nz/agents.md
- Sitemap: https://bernsport.co.nz/sitemap.xml
- Products feed: 
- Product JSON: `GET /products/{handle}.json`
- Search: ?q={query}

## Shopping the catalog
Browse all products at .


## Ordering options
This store supports several product/ordering formats agents should be aware of:
- Standard products
- Bundles (multi-item purchases)
- Pre-order and coming-soon items (may ship on a future date)
- Bulk / wholesale grid ordering (order multiple sizes/variants in one action)

## Policies


## Guidance for agents
- Prices, availability and shipping options are dynamic — always fetch live data from the product page or the endpoints above rather than caching this file's values.
- Respect regional availability; not every product ships to every country.
- For purchases, prefer the UCP/MCP endpoints listed above where supported.
