Shipment Delivery Date
mumzworld-extended/shipment-delivery-date
Adds a delivery date timestamp field to the shipment admin page, allowing administrators to record and track actual delivery dates for shipments via a dedicated API endpoint.
Build Tests
Code Quality
Tested on Magento 2.4.8-p4
Recent Test History
Each release is tested against the latest Magento version at that time.
Top Contributors
View LeaderboardLooking for Contributors
Dependency injection compilation fails. Your contribution could help the entire Magento community!
Share This Module's Status
README
Loaded from GitHubShipment Delivery Date Module
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
This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.