Magento 2.1.18 is the final 2.1.x release. After June 2019, Magento 2.1.x will no longer receive security patches, quality fixes, or documentation updates.
To maintain your site's performance, security, and PCI compliance, upgrade to the latest version of Magento.

Order processing tutorial

This tutorial shows a system integrator how REST APIs are used in the lifecycle of an order, including configuring a store and creating a customer; creating quotes, orders, invoices, and shipments; preparing for checkout; and more order-related tasks.

The 10-step tutorial generally takes 30 minutes.

Before you begin

Complete the following prerequisites:

  • Install a Magento 2.1.3 (or later) instance with sample data.

    The sample data defines a functional store, called Luma, that sells fitness clothing and accessories. The store does not provide any sandbox accounts for testing credit card payments, so transactions will be simulated using an offline payment method.

  • Install a REST client. You can use any REST client to send calls to Magento. Postman is recommended.

  • Know how to construct a REST call in Magento. See Construct a request for details.

  • Find the Magento REST API documentation. You can view the static REST API documentation on devdocs or generate a local API reference.

  • Find the Magento Merchant documentation. Refer to Getting Started with Magento Open Source 2.1 for information about the Luma store that is created when you install Magento with the sample data.

Other resources

  • REST Tutorials provides additional information about completing any Magento REST tutorial.
Updated