sim StockReturn Web Service





Functional Description

When items are returned because of damage or variety of other reasons, this SIM service is provided to support the supplier or warehouse return features in SIM from any external system. This service can be used to provide basic information on a collection of returns as well as provide details for a specific return. This includes returning information about a bill of lading attached to a return as well as managing the creating, editing, cancelling, submitting, approving and dispatching of a return.

Technical Description

Services

sim-StockReturnService


Description

This service describes the Oracle Retail Store Inventory Management (SIM) Stock Return service.





Integration Catalog

SIM157

Service WSDL

sim-StockReturnService.wsdl

ServiceDefinition.xml

sim-ServiceProviderDefLibrary.xml





Operations

Operation Name

Description

lookupReturnReasons

Retrieves all stock return reason codes.

lookupBillOfLadingMotives

Retrieves all stock return bill of lading motives.

lookupReturnHeaders

Retrieves stock returns headers.

readReturnDetail

Retrieves detailed information about a stock return.

saveReturn

Creates or updates the information for a return. This operation can only be used on a return in "In Progress" status. This operation requires having an activity lock on the return.

approveReturnRequest

Approves a stock return request. This moves a "Requested" stock return to "In Progress" status.

submitReturn

Submits a stock return for shipment. This moves an "In Progress" stock return to "Submitted" status.

cancelReturnSubmission

Cancels the submission a stock return. This moves a "Submitted" stock return back to "In Progress" status.

cancelReturn

Cancels a stock return. This moves a "Requested" or "In Progress" stock return to "Canceled" status.

dispatchReturn

Dispatches a stock return. This moves an "In Progress" or "Submitted" stock return to "Dispatched" status.



Operation Business Objects (Payload)

Operation Name

Input

Input Sample

Output

Output Sample

Input Mapping Report

Output Mapping Report

lookupReturnReasons

Nothing.xsd

Nothing.xml

StkRtnRsnColDesc.xsd

StkRtnRsnColDesc.xml

Nothing-mapping.html

StkRtnRsnColDesc-mapping.html

lookupBillOfLadingMotives

Nothing.xsd

Nothing.xml

BolMtvColDesc.xsd

BolMtvColDesc.xml

Nothing-mapping.html

BolMtvColDesc-mapping.html

lookupReturnHeaders

StkRtnHdrCriVo.xsd

StkRtnHdrCriVo.xml

StkRtnHdrColDesc.xsd

StkRtnHdrColDesc.xml

StkRtnHdrCriVo-mapping.html

StkRtnHdrColDesc-mapping.html

readReturnDetail

StkRtnRef.xsd

StkRtnRef.xml

StkRtnDesc.xsd

StkRtnDesc.xml

StkRtnRef-mapping.html

StkRtnDesc-mapping.html

saveReturn

StkRtnModVo.xsd

StkRtnModVo.xml

StkRtnRef.xsd

StkRtnRef.xml

StkRtnModVo-mapping.html

StkRtnRef-mapping.html

approveReturnRequest

StkRtnRef.xsd

StkRtnRef.xml

InvocationSuccess.xsd

InvocationSuccess.xml

StkRtnRef-mapping.html

InvocationSuccess-mapping.html

submitReturn

StkRtnRef.xsd

StkRtnRef.xml

InvocationSuccess.xsd

InvocationSuccess.xml

StkRtnRef-mapping.html

InvocationSuccess-mapping.html

cancelReturnSubmission

StkRtnRef.xsd

StkRtnRef.xml

InvocationSuccess.xsd

InvocationSuccess.xml

StkRtnRef-mapping.html

InvocationSuccess-mapping.html

cancelReturn

StkRtnRef.xsd

StkRtnRef.xml

InvocationSuccess.xsd

InvocationSuccess.xml

StkRtnRef-mapping.html

InvocationSuccess-mapping.html

dispatchReturn

StkRtnRef.xsd

StkRtnRef.xml

InvocationSuccess.xsd

InvocationSuccess.xml

StkRtnRef-mapping.html

InvocationSuccess-mapping.html