> For the complete documentation index, see [llms.txt](https://kb.bevica.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.bevica.com/documentation/integration/bevica_website_integration.md).

# Bevica Website Integration

Sync customers, items, prices, and orders between Bevica and your website.

The Bevica Web Integration extension lets you connect your e‑commerce website directly with Bevica.

In practice, this means Bevica can publish item, pricing, and stock information to your website, while incoming web orders flow back into Bevica for processing and distribution.

This guide is designed for Bevica users who will configure and maintain the integration, as well as those responsible for reviewing and managing web orders.

<a class="button primary" data-icon="microsoft">Requires Bevica Essentials extension to be installed</a>

{% hint style="info" %}
Bevica Web Integration is a separate extension. Please contact your system administrator or your TVT contact if you would like further information or would like to install Bevica Web Integration.
{% endhint %}

The **Bevica Web Integration** extension makes available a number of endpoints. These are published as API (V2.0), learn more

* Microsoft documentation: [Welcome to the API (v2.0) for Business Central](https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/api-reference/v2.0/).
* Bevica technical documentation: [API Reference](/api-reference/readme.md)

### Data available

#### Bevica outbound

* Customer Ledger Entries
* Customer
* Item
* Manifest Lines
* Manifest
* Marketing Content
* Order Status
* Paid Reserve Entries
* Paid Reserve
* Posted Sales Credit Memo Header
* Posted Sales Credit Memo Line
* Posted Sales Invoice Header
* Posted Sales Invoice Line
* Sales Price List Prices
* Sales Prices
* Ship-to Address
* Stock
* Web Product

#### Bevica inbound

* Payments
* Web Orders: header and lines


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://kb.bevica.com/documentation/integration/bevica_website_integration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
