The ScheduledOrderLookupActor allows you to iterate through a list of scheduled orders for a specific customer, or other parameter. This actor is located at /atg/commerce/order/scheduled/
ScheduledOrderLookup
and uses the scheduledOrderLookup actor-chain.

This actor-chain contains the following parameters. Note that you need to provide only one parameter as the system cycles through all available parameters. If you include more than one parameter, the extra parameters will be ignored. :

Parameter

Description

itemId

The ID of the of the item.

templateId

The ID of the template.

profileId

The ID of the user’s profile.

siteIds

The IDs of the sites used in this scheduled order.

siteScope

The site scope used in this scheduled order.

Review a Template’s Schedule Example
curl -L -v -b agent_cookies.txt -H "Content-Type: application/json" -d
"{\"profileId" : \"se-570098\" }" "http://localhost:8080/rest/model/atg/commerce/
order/scheduled/ScheduledOrderLookupActor/scheduledOrderLookup"

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