rce GiftList Web Service





Functional Description

null

Technical Description

Services

rce-GiftListService


Description

A collection of services for gift list and wish list operations. Wish lists are like gift lists but generally don't have specific events associated with them nor do they keep track of quantities requested and purchased like gift lists do. Gift lists are also referred to as gift registry.





Integration Catalog

null

Service WSDL

rce-GiftListService.wsdl

ServiceDefinition.xml

rce-ServiceProviderDefLibrary.xml





Operations

Operation Name

Description

createGiftList

Creates a new gift list. This operation also associates the gift list to the customer.

retrieveGiftList

Retrieve a gift list's description for the specified list id. This does not include the gift list items.

retrieveGiftListItems

Retrieve a list of items belonging to the gift list with specified list id.

retrieveWishList

Retrieve a wish list's description for the specified customer id. This does not include the wish list items.

retrieveWishListItems

Retrieve a list of items belonging to the wish list associated with the specified customer id.

queryGiftLists

Query gift or wish lists for the given search criteria. List are not fully populated with items unless the criteria specifies.

updateGiftList

Updates details of a gift or wish list. Changes can include updates to items, shipping address etc.

deleteGiftList

Deletes an existing gift or wish list.

addWishListItems

Updates the wish list by adding the specified items. Matching items that already exist in the list should be replaced.

deleteWishListItems

Updates the wish list by removing the specified items



Operation Business Objects (Payload)

Operation Name

Input

Input Sample

Output

Output Sample

Input Mapping Report

Output Mapping Report

createGiftList

GiftListCreModVo.xsd

GiftListCreModVo.xml

GiftListRef.xsd

GiftListRef.xml

GiftListCreModVo-mapping.html

GiftListRef-mapping.html

retrieveGiftList

GiftListRef.xsd

GiftListRef.xml

GiftListDesc.xsd

GiftListDesc.xml

GiftListRef-mapping.html

GiftListDesc-mapping.html

retrieveGiftListItems

GiftListRef.xsd

GiftListRef.xml

GiftListItemColDesc.xsd

GiftListItemColDesc.xml

GiftListRef-mapping.html

GiftListItemColDesc-mapping.html

retrieveWishList

CustomerRef.xsd

CustomerRef.xml

GiftListDesc.xsd

GiftListDesc.xml

CustomerRef-mapping.html

GiftListDesc-mapping.html

retrieveWishListItems

CustomerRef.xsd

CustomerRef.xml

GiftListItemColDesc.xsd

GiftListItemColDesc.xml

CustomerRef-mapping.html

GiftListItemColDesc-mapping.html

queryGiftLists

GiftListCriVo.xsd

GiftListCriVo.xml

GiftListColDesc.xsd

GiftListColDesc.xml

GiftListCriVo-mapping.html

GiftListColDesc-mapping.html

updateGiftList

GiftListCreModVo.xsd

GiftListCreModVo.xml

GiftListRef.xsd

GiftListRef.xml

GiftListCreModVo-mapping.html

GiftListRef-mapping.html

deleteGiftList

GiftListRef.xsd

GiftListRef.xml

InvocationSuccess.xsd

InvocationSuccess.xml

GiftListRef-mapping.html

InvocationSuccess-mapping.html

addWishListItems

GiftListItemsCreVo.xsd

GiftListItemsCreVo.xml

InvocationSuccess.xsd

InvocationSuccess.xml

GiftListItemsCreVo-mapping.html

InvocationSuccess-mapping.html

deleteWishListItems

GiftListItemsDelVo.xsd

GiftListItemsDelVo.xml

InvocationSuccess.xsd

InvocationSuccess.xml

GiftListItemsDelVo-mapping.html

InvocationSuccess-mapping.html