mygento/module-shipment 2.4.5

Magento 2 Shipment Base

Type

magento2-module

License

OSL-3.0

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Magento 2 Shipment Base

Build Status Latest Stable Version Total Downloads

Installation with composer

  • Include the repository: composer require mygento/module-shipment

Usage

Every extension should have three classes:

  • Client inherits \Mygento\Shipment\Model\AbstractClient

    Class is used for communication with API. Exchanges with others through Service.

  • Carrier inherits \Mygento\Shipment\Model\AbstractCarrier

    Class is used to work with Magento Shipping Rates

  • Service inherits \Mygento\Shipment\Model\AbstractService

    Class is responsible for working with Magento and DB

Compability

The module is tested on magento version 2.4.x