Get Started with Logistics extension
- Click here to learn how to create a partner organisation.
- Registering a Logistics extension
- Extension Development Approval
- To develop a logistics extension, a developer must be approved by the Fynd Partners.
info
Currently, only selected partners are invited to build logistics extensions on the Fynd Platform. Get in touch with our team at [email protected] to know more.
- Building a Logistics extension
- Understanding Logistics Extension
- All APIs needs to be used with partner auth. Below is documented flow of how to use partner authentication
- Note: How to navigate and use SDK method
- FDK Client Libraries
- Example: Navigate to the SDK that needs to be called
- Select the programming language
- Copy the code and use it
- FDK Extension Libraries
- Example: Navigate to the SDK that needs to be called
- Select the programming language
- Client is initialised at the start of server, use the same client shared in FDK extension library
- Use the specific method after client initialisation
- Testing a Logistics extension
- Coming soon