The CSRScheduledOrderInfoActor is used to display the details of a scheduled order once a scheduled order action has occurred. This actor is located at /atg/commerce/custsvc/order/scheduled/
CSRScheduledOrderInfoActor
.

Note: The CSRScheduledOrderInfoActor must be used alongside other Commerce Service Center scheduled order actions. Calling this actor directly produces no results.

The CSRScheduledOrderInfoActor contains the following actor-chains:

Actor-Chain

Description

getReadableSchedule

Used to display the readable details of a scheduled order.

getAllScheduledOrderInfo

Used to display all information of a scheduled order.

The getReadableSchedule actor-chain displays the scheduled order details. This actor-chain is used by other actors and actor-chains to obtain data regarding scheduled orders. It has the following parameters:

Parameter

Description

scheduledOrderId

The ID of the scheduled order or scheduled order item.

scheduledOrder

The ID of the template order with which the scheduled order is associated.

locale

The locale used to display the output.

Display Readable Scheduled Order Detail Example
curl -L -v -b agent_cookies.txt -H "Content-Type: application/json" -d
"{ \"locale\" : \"en_GB\" , \"scheduledOrderId\" : \"sco90002\" }"
http://localhost:8181/rest/model/atg/commerce/custsvc/order/scheduled/
CSRScheduledOrderInfoActor/getReadableSchedule"

The getAllScheduleInfo actor-chain displays the scheduled order details. This actor-chain is used by other actors and actor-chains and returns only the scheduled object.

Parameter

Description

scheduledOrderId

The ID of the scheduled order or scheduled order item.

scheduledOrder

The ID of the template order with which the scheduled order is associated.

locale

The locale used to display the output.

Display All Scheduled Order Detail Example
curl -L -v -b agent_cookies.txt -H "Content-Type: application/json" -d
"{ \"locale\" : \"en_GB\" , \"scheduledOrderId\" : \"sco90002\" }"
http://localhost:8181/rest/model/atg/commerce/custsvc/order/scheduled/
CSRScheduledOrderInfoActor/getAllScheduleInfo"

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