magento2-module module-shipment
Magento 2 Shipment Base
mygento/module-shipment
Magento 2 Shipment Base
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Magento 2 Shipment Base
, (*1)
Installation with composer
- Include the repository:
composer require mygento/module-shipment
Usage
Every extension should have three classes:, (*2)
-
Client inherits \Mygento\Shipment\Model\AbstractClient, (*3)
Class is used for communication with API. Exchanges with others through Service., (*4)
-
Carrier inherits \Mygento\Shipment\Model\AbstractCarrier, (*5)
Class is used to work with Magento Shipping Rates, (*6)
-
Service inherits \Mygento\Shipment\Model\AbstractService, (*7)
Class is responsible for working with Magento and DB, (*8)
Compability
The module is tested on magento version 2.4.x, (*9)