Skip to content

fulfillmenttools/fulfillmenttools-sdk-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fulfillmenttools TypeScript SDK

This is a JavaScript/TypeScript SDK for the fulfillmenttools REST API.

fulfillmenttools logo

npm version Release CI License Contributor Covenant PRs Welcome TypeScript

What is fulfillmenttools?

fulfillmenttools is a next generation order management system that helps retailers and brands to serve their customers faster and more reliably. Its MACH based architecture enables an easy and quick integration.

Table of contents

👉 Get started

The TypeScript SDK is fully open source and is available on GitHub. The package is published on npmjs.com. It contains both an ESM and a CommonJS build, so you can use it in the browser and in the backend. You can install it with the command below:

npm install @fulfillmenttools/fulfillmenttools-sdk-typescript

// or

yarn add @fulfillmenttools/fulfillmenttools-sdk-typescript

Learn how to set up and use the TypeScript SDK with our tutorial.

📖 Documentation

The official fulfillmenttools API documentation can be found here, and we also publish our OpenAPI specification.

Note

Currently, the SDK is still in beta status. It does not provide access to all of the features of our API but we are continuously extending it and pushing out new versions. We hope you will find it easy to use and are looking forward to your feedback.

👨‍💻 Development

👉 Requirements

🛫 Setup

nvm use

🤸 Building

npm install
npm run build

🕵️ Running unit tests

When running unit tests the .env.local file will be used with dummy settings.

npm run test

🕵️‍♀️ Linting

npm run lint

📜 License

All code in this repository is licensed under the MIT license.

🙌 Contributing

We'd love to have your helping hand on this ecosystem! Please see CONTRIBUTING.md for more information on our guidelines.

💙 Thanks

Thanks for all your contributions and efforts towards improving the fulfillmenttools TypeScript SDK. We thank you for being part of our ✨ community ✨!