Introduction
Shipping the ordered products to the customers is one of the key parts of the e-commerce flow. In most cases, a store owner has a contract with a shipping handler, and every shipping handler has their own business rules.
In Magento 2, the following shipping handlers have an extension:
DHL
FedEx
UPS
USPS
If your handler is not on this list, check whether your shipping handler has a Magento module. If not, you can configure a standard shipping method or you can create your own shipping method, as you will learn to do in this chapter.