sim ItemBasket Web Service





Functional Description

SIM provides the capability to manage scanning multiple items into a basket and printing out a ticket to aid a retailer with line busting. This service provides the ability to return a list of items in a basket as well as managing the items in the basket. This service can be used by a POS system to facilitate scanning a barcode to return the associated items to the POS.

Technical Description

Services

sim-ItemBasketService


Description

This service describes the Oracle Retail Store Inventory Management (SIM) Item Basket service.





Integration Catalog

SIM155

Service WSDL

sim-ItemBasketService.wsdl

ServiceDefinition.xml

sim-ServiceProviderDefLibrary.xml





Operations

Operation Name

Description

lookupItemBasketTypes

Returns all item basket types.

readItemBasketDetail

Reads item basket detailed information by SIM internal reference

readItemBasketDetailByExtId

Reads item basket detailed information by reference external to SIM

deleteItemBasket

Deletes an item basket.

saveItemBasket

Creates or updates the detailed information of an item basket. This operation requires having an activity lock.



Operation Business Objects (Payload)

Operation Name

Input

Input Sample

Output

Output Sample

Input Mapping Report

Output Mapping Report

lookupItemBasketTypes

Nothing.xsd

Nothing.xml

ItmBsktTypColDesc.xsd

ItmBsktTypColDesc.xml

Nothing-mapping.html

ItmBsktTypColDesc-mapping.html

readItemBasketDetail

ItmBasketRef.xsd

ItmBasketRef.xml

ItmBasketDesc.xsd

ItmBasketDesc.xml

ItmBasketRef-mapping.html

ItmBasketDesc-mapping.html

readItemBasketDetailByExtId

ItmBasketExtRef.xsd

ItmBasketExtRef.xml

ItmBasketDesc.xsd

ItmBasketDesc.xml

ItmBasketExtRef-mapping.html

ItmBasketDesc-mapping.html

deleteItemBasket

ItmBasketRef.xsd

ItmBasketRef.xml

InvocationSuccess.xsd

InvocationSuccess.xml

ItmBasketRef-mapping.html

InvocationSuccess-mapping.html

saveItemBasket

ItmBasketModVo.xsd

ItmBasketModVo.xml

ItmBasketRef.xsd

ItmBasketRef.xml

ItmBasketModVo-mapping.html

ItmBasketRef-mapping.html