The ScheduledOrderTableActor allows you to view a list of the submitted orders for a specific user. It is located at /atg/commerce/order/scheduled/ScheduledOrderTableActor.

This actor uses the list actor-chain:

Parameter

Description

profileId

The ID of the of the user’s profile.

sortDirection

The way in which you want to sort the list.

sortField

The field used to sort the list.

currentPage

The paging results of the search to display.

resultsPerPage

The number of results to display per page.

View a User’s List of Scheduled Orders Example
curl -L -v -b agent_cookies.txt -H "Content-Type: application/json" -d
"{\"orderId" : \"o1233241\" }" "http://localhost:8080/rest/model/atg/commerce/
order/scheduled/ScheduledOrderTableActor/list"

The results may be similar to the following:

{
  "searchResults": [{
    "id": "o120008"
  }],
  "resultsPerPage": 10,
  "totalItemCount": 1,
  "currentPage": 0
}

Copyright © 1997, 2014 Oracle and/or its affiliates. All rights reserved. Legal Notices