Generate Orders

Follow step-by-step instructions to create, clone, or calculate an order using the Square API.

In this lesson, we'll start our discussion on very useful APIs for processing orders provided by Square. Mainly, we'll explore the following three APIs:

CreateOrder
https://connect.squareupsandbox.com/v2/orders
CloneOrder
https://connect.squareupsandbox.com/v2/orders/clone
CalculateOrder
https://connect.squareupsandbox.com/v2/orders/calculate

The CreateOrder endpoint creates an order which includes information about the products and the settings to be applied to that purchase.

This endpoint requires an Order object as a request parameter. This object consists of several ...