API development and integration is a vital part in web development to integrate data from third party server to site.
The main concept of this project is to store details information of a product. It is a third party API server.
User can list their product information to site by sending API request. The API server catch the request and verify the API key. After verification the API server send back response with necessary information to site.
Following information of a product can be stored through the API -
- Categories
- Parameters
- Objects(Products)
- Collections
- Categories Collections
The project is still on development....