get https://marketplace.walmartapis.com/v3/ca/orders
Retrieves the details of all the orders for specified search criteria.
Value of nextCursor to be used as query parameter for getting next set of purchase orders, when more than 200 orders are retrieved.
For Ex: If the nextCursor value is ?limit=10&soIndex=2&poIndex=2&, then in order to get next set of records , call by appending the nextCursor value in request URL /v3/ca/orders?limit=10&soIndex=2&poIndex=2&.