Book Image

Magento 2 Development Cookbook

Book Image

Magento 2 Development Cookbook

Overview of this book

With the challenges of growing an online business, Magento 2 is an open source e-commerce platform with innumerable functionalities that gives you the freedom to make on-the-fly decisions. It allows you to customize multiple levels of security permissions and enhance the look and feel of your website, and thus gives you a personalized experience in promoting your business.
Table of Contents (18 chapters)
Magento 2 Development Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

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.