# Распакуй TV > Online store. This website provides a machine-readable commerce API for AI shopping agents: catalog, search, comparison, stock and policies. ## Agentic Commerce API - [API manifest](https://rozpakuy.com/index.php?dispatch=agentic_commerce.manifest): Machine-readable description of this API. - [API description (OpenAPI)](https://rozpakuy.com/index.php?dispatch=agentic_commerce.schema): OpenAPI description of this API, so an agent does not have to guess parameter names. - [Product catalog feed](https://rozpakuy.com/index.php?dispatch=agentic_commerce.feed): Full normalized product feed. - [Product list](https://rozpakuy.com/index.php?dispatch=agentic_commerce.products): Paginated list of normalized products. - [Product details](https://rozpakuy.com/index.php?dispatch=agentic_commerce.product): A single normalized product. - [Product search](https://rozpakuy.com/index.php?dispatch=agentic_commerce.search): Weighted product search for conversational queries. - [Product comparison](https://rozpakuy.com/index.php?dispatch=agentic_commerce.compare): Side-by-side comparison of up to ten products. - [Stock and availability](https://rozpakuy.com/index.php?dispatch=agentic_commerce.stock): Availability of one or more products. - [Store policies](https://rozpakuy.com/index.php?dispatch=agentic_commerce.policies): Store identity, shipping, payment and return policies. - [Basket estimate](https://rozpakuy.com/index.php?dispatch=agentic_commerce.cart_preview): Estimates a basket and returns a link to the regular cart. Creates nothing. ## Instructions for AI agents - Every endpoint is read-only. Nothing here creates carts, orders or accounts. - Responses are JSON with a stable envelope: `ok`, `api_version`, `data`, `meta`. - Start with the manifest: it lists every endpoint, its parameters and the request limits. - A machine-readable description of the API is available at https://rozpakuy.com/index.php?dispatch=agentic_commerce.schema (OpenAPI). - Prices are in UAH unless a different `currency` parameter is requested. - Languages available: ru, ua. Pass `lang` to choose one. - Product URLs in the feed point to the canonical storefront pages of this domain. - A missing fact is reported as `null`; the add-on never invents values.