# Medilife Online Developer Resources

Use these resources to read the public Medilife Online catalogue. The documented interface is read-only. Checkout, accounts, orders, payments, returns, inventory changes, and other state-changing operations remain in the normal website flow.

## API documentation

- Base URL: `https://medilifeonline.shop/wp-json/wc/store/v1`
- Product search: `GET /products?search={terms}&per_page={1-100}`
- [OpenAPI 3.1 document](https://medilifeonline.shop/openapi.json)
- [Agent instructions](https://medilifeonline.shop/agent-instructions.txt)
- [LLM discovery map](https://medilifeonline.shop/llms.txt)

## Authentication

The documented product-listing GET operation is public and needs no credential. Medilife Online does not publish server-to-server credentials for write operations. Keep cart, checkout, order, account and payment activity in the website flow.

## Webhooks and MCP

There is no public webhook subscription service and no published Medilife Online MCP server. Agents should use the read-only Store API and canonical public pages.
