Best PracticesΒΆ
When developing client applications for the Flipkart MarketPlace:
- Test your applications in the sandbox before integrating them with the production environment.
- Ensure that your client applications are ready to handle changes to the response structure and do not break when new fields are added.
- Do not hardcode the access token for the client application as it expires after a certain duration
- Keep a log of all the Flipkart API requests and reponses in your client application.
- Note that the response elements and fields are not returned in any particular sequence. The samples provided in our documentation are for reference only.