Install the shipping module

To begin using the shipping-method app, ensure that you have completed the getting started and configuration steps.

For more ideas on how you can use the shipping module, refer to shipping use cases.

Prerequisites

Installation

data-src=/_includes/checkout-version.md

To enable out-of-process shipping methods in Adobe Commerce, install the magento/module-out-of-process-shipping-methods module using the following command:

composer require magento/module-out-of-process-shipping-methods --with-dependencies

Configuration

data-src=/_includes/checkout-configuration.md

The shipping-method app sets up Commerce for you automatically as part of installation, using an App Management custom installation step.

Install

Installing the app creates two demo shipping carriers: DPS (Demo Postal Service) and Fedex. You can use the /V1/oope_shipping_carrier REST endpoint to test out-of-process shipping rates.

Uninstall

Uninstalling the app disables these carriers using the same endpoint, so they immediately stop appearing as shipping options at checkout. If you re-install the app later, the same carriers are turned back on instead of being created again.