> For the complete documentation index, see [llms.txt](https://melstore.gitbook.io/api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://melstore.gitbook.io/api/reference/api-reference.md).

# API Reference

- [After Sell Webhook](https://melstore.gitbook.io/api/reference/api-reference/after-sell-webhook.md): You can set up an after-sales webhook for your URL or server, which will automatically trigger after each completed sale.
- [Checkout / Additional Fields](https://melstore.gitbook.io/api/reference/api-reference/checkout-additional-fields.md): Sometimes you need to collect more fields from your customers or pre-fill checkout form on our site with default fields, and we have a way to do it. Let's check how to do it.
- [Restul API](https://melstore.gitbook.io/api/reference/api-reference/restul-api.md)
- [Auth to API](https://melstore.gitbook.io/api/reference/api-reference/restul-api/auth-to-api.md): To make API requests you need to obtain Bearer Token
- [Setup AfterSell Webhook](https://melstore.gitbook.io/api/reference/api-reference/restul-api/setup-aftersell-webhook.md): You could setup webhook manually inside Store -> Settings page or do it via API
- [Test AfterSell Webhook](https://melstore.gitbook.io/api/reference/api-reference/restul-api/test-aftersell-webhook.md): To check if your url is working and recieve a test event you may call following endpoint
- [Create a Product](https://melstore.gitbook.io/api/reference/api-reference/restul-api/create-a-product.md): To create a product you need to make request
- [Update Product](https://melstore.gitbook.io/api/reference/api-reference/restul-api/update-product.md): After creating a product and receiving a response, it's time to set up prices and configure additional options to complete the publishing and setup of your digital product. Note: It's required step.
- [Payment Links](https://melstore.gitbook.io/api/reference/api-reference/restul-api/payment-links.md): When you created a new product, sometimes you would like to have a special payment link for each of your customer  with some params or special price, your asked us and yes now it's possible
