The MyParcel PDK (Plugin Development Kit) is meant for developing entire plugins on E-Commerce platforms. If you're just looking to connect to our API without creating an entire plugin, you should check out our php [SDK].
- Node.js (v16 or higher)
For examples, guides and in-depth information, visit our [Plugin Development Kit (PDK) documentation].
Create an issue or contact us via our [Developer Portal contact page].
View our [contribution guidelines] for information on how to contribute to the PDK.
- Node 18
- Yarn
- Docker
This project contains multiple npm packages. Install them with npm, yarn or pnpm.
This is the main package for the admin interface. It's able to
This package contains default components for @myparcel-pdk/admin.
This package contains components for @myparcel-pdk/admin that use the Bootstrap 4 CSS framework.
This package contains components for @myparcel-pdk/admin that use the Dashicons icon library.
This package contains components for @myparcel-pdk/admin that use the Font Awesome icon library.
If you're making your own components for @myparcel-pdk/admin, you can use this package to test them.
This is a CLI tool to build an app using @myparcel-pdk/admin.
This is the main package for the checkout and is meant to work with MyParcel Delivery Options package.
See the Developer Guide for contributing to MyParcel repositories.