Order Lookup

Lookup orders based on different types of information

Necessary APIs & Endpoints Steps to Set up

Necessary APIs & Endpoints

Order Orchestration API

Manage orders including create, find, cancel, hold, resume and update

GET Get an Order

Customers API

Manage customers

GET Get Customers

GET Get History of Customer Orders

Steps to Set up

To find order based on its ID, customer must know its Internal Order ID or its External ID and call GET Get an Order to get the order details
To get a list of a customer’s order history, use GET Get Customer with the External Customer ID to get the Internal customer id
Call GET Get History of Customer Orders with the internal customer ID to get the customer’s order history