# Loja Online InfinitePay > Canonical LLM entry point for public InfinitePay merchant stores. This site serves public merchant storefronts at `https://loja.infinitepay.io/{handle}`. Use the Markdown routes below for stable machine-readable store and product data. They include only public storefront data and should not be treated as a checkout, reservation, or payment API. ## Merchant stores - `/llms/{handle}.txt` - merchant summary, catalog sections, and product index - `/llms/{handle}/{slug}.txt` - product detail, variations, availability, and purchase guidance ## Optional - Prices, promotions, and availability may change after a Markdown page is generated. - Complete purchases in the storefront UI after confirming price, availability, and selected options. - Agents may build checkout URLs with a URL-encoded JSON cart array after selecting explicit available variation ids from product Markdown pages. - The root discovery file describes route patterns and does not enumerate merchant handles.