Step 3: Inventory Status & Tracking
Description:
This step will provide a list of orders, status or orders, and tracking information (if applicable) based on defined criteria.
Pre-requisites:
- sessionId – Acquired during the authentication process
- customerId – Provided during client setup
- startDate / endDate – Used to isolate orders for a specific time frame.
Endpoint Details:
- API Endpoint – /customerendpoint/v1
- Call Type – POST
- Path – /getInventoryDetails
Considerations:
Response will return a list of orders based on the criteria provide in the payload
Order status and tracking information can be accessed here to follow inventory delivery
Code Snippet:
Required Parameters
"sessionId": "uywbzibgbfgaienonrgyxahwuwegrtpssvvljdpypfkotqdjqsbydd10906"
{
"customerId": 98709,
"startDate": "2025-01-23",
"endDate": "2025-02-08",
"orderStatus": [Ordered, Shipped, Failed],…