Table of Contents

Shipmondo

Implementing Shipmondo as shipping provider

Shipmondo is a shipping service which offers a “complete freight solution” for handling everything related to shipping, e.g. agreements with various carrier services, labeling, etc.

Our integration with Shipmondo allows you to:

  • Fetch a list of carriers from Shipmondo, and select in the backend which carriers to show in frontend
  • For carriers & countries which support drop points, present a list of drop points in the frontend when the carrier is selected
  • Once an order has been created a corresponding shipment will be created in Shipmondo
  • Shipmondo will then return a tracking code to DynamicWeb, which may be used in e.g. receipt emails or in a customer center order list

To set up this shipping provider you need an active Shipmondo account.

Shipmondo Shipping provider

In order to set up deliveries with Shipmondo, you must configure the Shipmondo Shipping provider:

  1. Create or edit a shipping method under Settings > Commerce > Order Management > Shipping
  2. In the provider tab, select the Shipmondo shipping provider
  3. The following settings are now available:
Setting Used for Notes
API User Provide an API User Value accessed from Shipmondo backend
API Key Provide an API Key Value accessed from Shipmondo backend
Carriers Select carriers If you don’t explicitly select carriers, all carriers will be available
Products Select products If you don’t explicitly select products, all products will be selected
Sender email Set an email
Sender name Set a name
Sender address Set an address Value is used to retrieve Carriers from Shipmondo. It should match the location which the parcels are sent from
Sender zipcode Set a zipcode Value is used to retrieve Carriers from Shipmondo. It should match the location which the parcels are sent from
Sender city Set a city Value is used to retrieve Carriers from Shipmondo. It should match the location which the parcels are sent from
Sender country code Set a country code Value is used to retrieve Carriers from Shipmondo. It should match the location which the parcels are sent from
Use customer address if specified Use the customer address if an user is logged in
Default package weight in grams Set a default value
Default package volume in cubic metres Set a default value
Shipping Provider Template Select, edit or create a template
Delivery location type Select between All, Private location, Private and business location and Business location Only Private and business location returns drop points, as per the ShipMondo API
Max number of drop points The maximum number of drop points returned
Save parcel shop address in delivery address Automatically save the parcel shop address as the delivery address in your order details
Use own agreement If you have non-standard shipping agreements in Shipmondo please check Use own agreement to include them in the response from Shipmondo
Test mode Check Test Mode to disable the creation of shipments inside Shipmondo
To top