mumzworld-extended / shipment-delivery-date
Magento 2 module that adds delivery date timestamp field to shipment admin page
Package info
github.com/anusha-mumz/shipment-delivery-date
Type:magento2-module
pkg:composer/mumzworld-extended/shipment-delivery-date
1.0.0
2026-02-22 16:18 UTC
Requires
- php: ~8.1
- magento/framework: >=102.0.0
- magento/module-sales: >=102.0.0
- magento/module-shipping: >=100.4.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-21 17:01:40 UTC
README
Magento 2 module that adds a delivery date timestamp field to the shipment admin page.
Features
- Adds datetime input field to shipment view page in admin
- Saves delivery date as epoch timestamp to
shipment_delivereddatetable - Uses existing API endpoint:
rest/V1/shipment/delivereddate
Installation
composer require mumzworld/shipment-delivery-date --dev php bin/magento module:enable Mumzworld_ShipmentDeliveryDate php bin/magento setup:upgrade php bin/magento cache:flush