Orders

Overview

The Orders API abstracts the Orders API from Woocommerce.

Creating a new order

It is possible to create an order for a logged in customer. The following squence diagram shows the required calls to successfully create an order.

The customer_id is the data.user.data.ID from the login response.

Create an order.

POST https://console.flecs.tech/api/v2/my/orders

Creates a new order.

Headers

Request Body

Last updated