strapi-provider-delivery-itella
v0.0.1
Published
Itella service provider for Delivery plugin
Downloads
1
Readme
Strapi plugin strapi-provider-delivery-itella
Itella delivery provider for logistics and delivery for Strapi 3.
Configuration
Provider configuration is part of the strapi-plugin-delivery plugin configuration and placed in the ./config/plugins.js file of application.
Here is example of the configuration file
module.exports = ({ env }) => ({
delivery: {
enabled: true,
providers: {
itella: {
// test: true, // Optional. Disabled delivery request and status check and returns mock return values instead.
api: {
user: '', // Itella provided user
password: '' // Itella provided password
}
}
}
}
});Mappings
This provider maps tracking statuses as follows:
destinationin -> delivered
destinationout -> delivered
returnin -> returned
returnout -> returned
returntermin -> returned
returntermout -> returned
All other states are mapped to be pending.
Pricing data
This provider uses a built in price list for parcel delivery pricing. This pricelist might go out of date. Please contact in such situations!
