> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.stock-sync.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# What documentation is needed to create an API integration with Stock Sync?

To create a custom integration with Stock Sync, you will need to provide the API documentation and access credentials from the system you want to connect. This typically includes:

• Endpoint URL: The exact HTTP/HTTPS address where the data can be retrieved.
• HTTP Method: Whether the connection requires GET, POST, or PUT.
• Authorization type and credentials: This may be No Auth, Basic Auth (username/password), Bearer Token, or OAuth2 (client ID, client secret, authorization/token URLs).

Stock Sync uses this information to evaluate your system’s structure and build a custom feed for syncing products, stock levels, and other data points.