https://github.com/quantity-digital/commerce-shipmondo
Craft Commerce plugin for Shipmondo
https://github.com/quantity-digital/commerce-shipmondo
Last synced: 4 months ago
JSON representation
Craft Commerce plugin for Shipmondo
- Host: GitHub
- URL: https://github.com/quantity-digital/commerce-shipmondo
- Owner: quantity-digital
- License: mit
- Created: 2022-09-26T13:48:09.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-24T11:03:00.000Z (over 1 year ago)
- Last Synced: 2025-09-01T09:04:36.936Z (10 months ago)
- Language: PHP
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Shipmondo for Craft Commerce
This plugin provides an [Shipmondo](https://shipmondo.dk/) integration for [Craft Commerce](https://craftcms.com/commerce).
## Requirements
This plugin requires Craft CMS 4.0.0 and Craft Commerce 4.0.0 or later.
## Installation
You can install this plugin from the Plugin Store or with Composer.
#### From the Plugin Store
Go to the Plugin Store in your project’s Control Panel and search for “Shipmondo”. Then click on the “Install” button in its modal window.
#### With Composer
Open your terminal and run the following commands:
```bash
# go to the project directory
cd /path/to/my-project.test
# tell Composer to load the plugin
composer require quantity-digital/commerce-shipmondo
# tell Craft to install the plugin
./craft install/plugin commerce-shipmondo
```
## Setup
This plugin will, after you have filled in the required settings on the settings page, add a new field on Craft's default shipping methods editor screen, where you can connect a shipping method in Craft to the shipping method in Shipmondo.
All syncronizations between Craft and Shipmondo is handled automaticly using Craft Queue.
> **Tip:** The Account name, Secret token and webhook token can be set to environment variables. See [Environmental Configuration](https://craftcms.com/docs/3.x/config/#environmental-configuration) in the Craft docs for more information.
## Usage
To get droppoints on the front, you can call the endpoint '/shipmondo/services/list-service-points', after the shipping address has been added, to receive available droppoints based on the selected shipping address.
## Webhook support
This plugin currently supports the following webhooks:
- shipments/created