# Important tips

• Essential: internet connection required for any type of integration.

• Review the strict product code matching between systems and Alephee (either by brand and SKU code or own/internal/client code).

• Review business rules in API documentation and files.

• Consider correct integration with different types of set up accounts (Brand/Distributor/Sellers/OfficialStores/PUIS):

... Catalog (prices and stock) for Brand/Distribuidor account

... Orders, Listings and messaging for Seller/Official Store account

• When applicable, remember to modify SRP (suggested retail price) in addition to Price (with or without taxes).

• Stock to be reported should be physical inventory minus reserved stock (avoid stock breakage).

• Stock for PUIS to be reported to each PUIS account Maximums and limits for each API service are documented and available.

• The usage quotas and time bands are documented in the commercial scope.

• The integration periodicity depends on each organization, their strategy, and the available inventory level to publish on marketplaces.

• Prices can be updated according to the organization's strategy.

• For low inventory, a low periodicity of stock updates is recommended (especially if sales orders are not integrated).

• Consider using safety stock for listings with low stock quantities.

• The integration of orders depends on each organization If successful tests have been performed in the TEST environment, the integration data must be updated for the REAL environment of Alephee. Please notify the integration team to activate it.

• Please, read the responses (both response code and the response details) provided by the APIs each time a service call is made.


---

# Agent Instructions: 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:

```
GET https://developers.alephee.com/v2/troubleshooting/faqs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
