The returns and exchanges process allows a customer to return or exchange an item. For a overview of the process, refer to the Returns and Exchange Process Overview section in the Internal REST MVC Service Call Examples section.

The ReturnsActor is used to initiate, confirm and cancel returns. The path to this actor is: /atg/commerce/custsvc/returns/ReturnsActor.

This actor contains the following actor-chains:

Actor-Chain

Description

createReturn

Initiates a return request.

selectItems

Identifies the items to add to the return request.

returnReasons

Retrieves possible reasons for the return of an item.

confirmReturn

Confirms the return request.

confirmation

Displays return details to confirm successful return.

cancelReturnRequest

Cancels the return request.

applyRefunds

Applies non-default refund values to the order’s refund method types.

modifiableRefundsMethodList

Retrieves a list of refund method types.

isCurrentOrderReturnable

Identifies if the current order is returnable.

isReturnActive

Determines if there is a return in process for this order.

returnsHistory

Displays return history for this order.

returns

Displays the order’s return request.

nonReturnItemDetails

Displays refund adjustments that were applied to non-return items.


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