Develop > Controller layer > Application developer > Returns


Automatic approval for returns

Every product that is modified within a return is subject to an automatic approval process. With the appropriate level of security, manual approval can be issued, but for a typical return, automatic approval is easier. Automatic approval consists of a series of tests on the specified product and its relationship to the rest of the return, other returns, and the original order. For each unsuccessful test, a denial reason is logged against the return item. The reasons can be presented to a Customer Service Representative who can override the system evaluation and issue a manual approval.

The tests are broken down into a set of standard checks, which typically every store can use. This is the default implementation of these standard checks:


Is the item refundable?

In some cases, a store might not accept returns on all products. For example, for hygienic reasons, a clothing store may designate intimate apparel as nonrefundable. The CREDITABLE column of the STOREITEM table allows you to specify whether a product is refundable by default; that is, if CREDITABLE=N, then this product should not be refunded. You can edit the value of the CREDITABLE column using the Product notebook. During the standard checks portion of the auto-approval process, one of the following can occur:


Is the merchandise going to be returned?

During the checking process, the system validates whether the customer plans to return the return item. Typically a deny reason will be applied to a return item, if the customer does not intend to return all the components of the product. Depending on the business, a return does not always require the customer to physically return the unwanted product. For example, if a customer wants a refund for fresh produce from a grocery store, the store would probably not request the return of the produce to the store. This preference is controlled by the RETURNNOTDESIRED column of the STOREITEM table. You can edit the value of the RETURNNOTDESIRED column using the Product notebook. During the standard checks portion of the auto-approval process, one of the following can occur:


Would approving this return item mean that the customer is approved for more than was shipped?

If WebSphere Commerce's fulfillment functionality was in use when the order was fulfilled, then this check will confirm whether the return item will put the total quantity approved over the quantity shipped. This could be true if products have been misattributed to order items during the returns process, by either accident or fraud. If fulfillment functionality was not in use at the time the order was fulfilled, then the default implementation always logs a deny reason on this check.


Would approving this return item mean that the customer is approved for a total refund greater than the amount paid for the originating order?

If WebSphere Commerce's payment capture functionality was in use when the order was fulfilled, then this check confirms whether this return item will make the total refund greater than the amount that was paid. This could be true if products have been misattributed to order items during the returns process, by either accident or fraud. If payment capture functionality was not in use at the time the originating order was fulfilled, then the default implementation always logs a deny reason on this check.


Policy extensions for standard checks

Automatic approval is checked using the AutoApproveReturnItemPolicyCmd task command. The default implementation of this command enforces a period after the ship date within which returns will be accepted. If there is no ReturnApproval policy referenced in the trading agreement, then a NOPOLICY deny reason is applied to the return items that are covered by that trading agreement.


Related concepts

Returns and refunds

Order Management subsystem


Related tasks

Create a return

Changing a return

Related reference

Order Management subsystem URLs


+

Search Tips   |   Advanced Search