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
- All APIs needs to be used with partner auth. Refer to How to call partner apis? for instructions on using Partner Authentication.
- How to navigate and use SDK method:
-
FDK Client Libraries
- fdk-client-javascript
- fdk-client-python
- fdk-client-java
- fdk-client-golang
- fdk-client-swift
- fdk-client-kotlin
- Navigate to the SDK that needs to be called
- Select the programming language.
- Copy the code and use it.
-
FDK Extension Libraries
- 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