@devx-vendure/vendure-plugin-shipping-service
v1.0.6
Published
Shipping Service Plugin for Vendure
Readme
@devx-vendure/vendure-plugin-shipping-service
A Vendure plugin to seamlessly integrate Zásilkovna (Packeta) delivery pickup points into your e-commerce store. This plugin allows customers to select their preferred pickup branch during checkout, handles shipping data persistence, and streamlines order fulfillment.
Features
- [x] Save selected Zásilkovna branch ID to the order
- [x] Display branch delivery details in the admin UI and customer order history
- [ ] Connect to the Zásilkovna API to automatically generate shipping tickets and retrieve tracking codes
- [ ] Display real-time delivery status updates
Preview

Installation
Install the package via yarn:
yarn add @devx-vendure/vendure-plugin-shipping-serviceUse
import { ShippingServicePlugin } from '@devx-vendure/vendure-plugin-shipping-service'
export const config: VendureConfig = {
// ... your existing config
plugins: [
ShippingServicePlugin.init()
]
}