Right now with limited resources, we only provide production environment. This requires you to have at least one active store in Tiki to start.
Now we start
- Determine the appropriate app type you need to build here
- Registering an application with the type of app you have determined above
- You have to implement a few things inside your application code to obtain access token. We also publish some guides and tutorials here to help you easily implement details. Or checkout our Github code samples
- In case you don’t have the implementation details in your application code to obtain access token yet. You can use Postman to get a token manually (not automatically) by following the guide here.
- Make your first request with the token
- Start build your application by getting familiar with
Tiki OpenAPI Code Samples
https:/github.com/tikivn/open-api-samples
Configurations
API endpoint
All functional calls should go to:
https://api.tiki.vn/integration/{version}/{resources}
Examples:
https://api.tiki.vn/integration/v1/categories
https://api.tiki.vn/integration/v2/orders
Authentication endpoint
We use OAuth2 then sellers can quickly obtain a token or safely authorize an app to access their store. Please use the following endpoint in your OAuth2 settings:
Auth endpoint
https://api.tiki.vn/sc/oauth2/auth
Token endpoint
https://api.tiki.vn/sc/oauth2/token
Versioning
Our APIs are continuously released and there will be a mixed between v1 and v2 until when we move all APIs to v2. We will state clearly which version should be used in each guide.
Submit issues
If you have any issues, please feel free to create an issue here. You can submit new issues every time you have a problem with our open API, but it’s better to look for similar issues first.
Feedbacks
We warmly welcome any feedbacks. You can give us feedback directly under any documentation page or create an issue here.