REST Order Service
The Order Service provide REST APIs for interacting with carts and orders. Common calls for orders include Get, Add, Update, and Delete. Carts include all of these calls and Fiddle, Abandon, Expire, and Delete.
If you are not using Order Service for order data, you should use the SOAP functions
addOrUpdateOrders
or deleteOrders
to work with order data
instead of the REST API.