The Venddor Integration API allows synchronizing products and orders from the Supplier's ERP with Venddor's e-commerce platform.
The API uses the HTTPS protocol as transport providing 7 RESTful resources.
PUT and POST resources are responsible for synchronizing business events that need to be created or updated on the platform.
GET resources are responsible for retrieving order information from the platform.
In all cases, the standard media type is application/json
.
The username and password can be obtained directly in the Seller Center (menu Users > Supplier Administrators > API Access).
The 'Authorization' header must be of the Basic type and the content must be username + : + password in base64 format.
During the development period, the API will be available at a temporary URL, exclusive to your company, provided directly by the analyst responsible for your onboarding on the platform.
At the time of Go Live (e-commerce launch), the API domain (host) will be changed to match the e-commerce address.
Therefore, we suggest that endpoints be implemented specifying the domain (host) as a global variable. Thus, the URLs of all endpoints can be easily updated at the time of Go Live.