Reference > WebSphere Commerce Web services > Price


Price


Noun PriceList


Description

PriceList noun is used to model a price list.
A price list contains multiple price list entries (offers). It can be made available to all customers, or to only customers in certain groups through the trading agreements or contracts, and the terms and conditions in the contracts. Under a contract, a price list is a price business object that can be referenced by multiple price business policies and can be shared by a store or all stores in a store group. A trading position container is also referred to as a price list. In some business models, you may have multiple standard price lists, which could be based on either cost, or on list prices.


BOD Summary

Access Profile and Expression Builder columns are for Get BOD only.

BOD Action Code / Access Profile Action Expression Service Provided Sample XML Message Client Library / Expression Builder
GetPriceList IBM_PriceListSummaryProfile /PriceList/PriceListIdentifier[UniqueID=] Get the information of a price list according to unique ID of the price list. Request
Response
PriceFacadeClient.findPriceListById(String)
IBM_PriceEntryDetailProfile IBM_PriceEntryBaseProfile /PriceList[PriceListIdentifier[UniqueID=] and PriceEntry[Qualifier= and CatalogEntryIdentifier[UniqueID=]]] Get the information of a price entry (offer) according to the unique ID of the price list, and the catalog ID and the qualifier of the price entry. Request
Response
PriceFacadeClient.findPriceEntryByPriceListIdAndQualifierAndCatentryId(String, String, String)
IBM_PriceEntryDetailProfile IBM_PriceEntryBaseProfile /PriceList/PriceEntry[Qualifier= and CatalogEntryIdentifier[UniqueID=]] Get the information of a price entry according to the catalog ID and the qualifier of the price entry. Request
Response
PriceFacadeClient.findPriceEntryByQualifierAndCatEntryId(String, String)
IBM_PriceEntryDetailProfile IBM_PriceEntryBaseProfile /PriceList/PriceEntry/CatalogEntryIdentifier[UniqueID=] Get the information of a price entry according to the catalog ID of the price entry. Request
Response
PriceFacadeClient.findPriceEntryByCatentryId(String)
IBM_Store_PriceEntry_Details {_wcf.ap=IBM_Store_PriceEntry_Details;_wcf.dataRetrieval='outboundOnly'}/PriceList[PriceEntry[(CatalogEntryIdentifier[ExternalIdentifier[PartNumber=]] and Price[(Quantity= and Quantity[@uom=]) and Price[@currency=]])]]
{_wcf.ap=IBM_Store_PriceEntry_Details;_wcf.dataRetrieval='localOnly'}/PriceList[PriceEntry[(CatalogEntryIdentifier[ExternalIdentifier[PartNumber=]] and Price[(Quantity= and Quantity[@uom=]) and Price[@currency=]])]]
{_wcf.ap=IBM_Store_PriceEntry_Details;_wcf.dataRetrieval='localThenOutbound'}/PriceList[PriceEntry[(CatalogEntryIdentifier[ExternalIdentifier[PartNumber=]] and Price[(Quantity= and Quantity[@uom=]) and Price[@currency=]])]]
Get the entitled price detail information for a shopper according to the partnumber, quantity, UOM and currency. Request
Response
PriceFacadeClient.getPriceList(GetPriceListType)
ChangePriceList Add /PriceList[]/PriceEntry[] Create a new price entry in the price list. Request
Response
PriceFacadeClient.addPriceEntry(PriceListType)
Change /PriceList[]/PriceEntry[] Update an existing price entry in a price list. Request
Response
PriceFacadeClient.changePriceEntry(PriceListType)
Change /PriceList[]/PriceEntry[]/Price Update the unit price of an existing price entry in a price list. Request
Response
PriceFacadeClient.changePriceEntryPrice(PriceListType)
Change /PriceList[]/PriceEntry[]/Price/AlternativeCurrencyPrice[] Update an unit price in alternative currency of an existing price entry in a price list. Request
Response
PriceFacadeClient.changePriceEntryAlternativePrice(PriceListType)
Delete /PriceList[]/PriceEntry[] Delete a price entry in a price list. Request
Response
PriceFacadeClient.deletePriceEntry(PriceListType)
Delete /PriceList[]/PriceEntry[]/Price/AlternativeCurrencyPrice[] Delete an unit price in alternative currency in a price entry in a price list. Request
Response
PriceFacadeClient.deletePriceEntryAlternativePrice(PriceListType)



Access Profile

Access Profile Data Returned Description Sample XML Message
IBM_PriceListSummaryProfile

  • /PriceList@precedence

  • /PriceList@type

  • /PriceList/PriceListIdentifier/UniqueID

  • /PriceList/PriceListIdentifier/ExternalIdentifier@ownerID

  • /PriceList/PriceListIdentifier/ExternalIdentifier/Name

  • /PriceList/Description

   
IBM_PriceEntryDetailProfile

  • /PriceList@precedence

  • /PriceList@type

  • /PriceList/PriceListIdentifier/UniqueID

  • /PriceList/PriceListIdentifier/ExternalIdentifier@ownerID

  • /PriceList/PriceListIdentifier/ExternalIdentifier/Name

  • /PriceList/Description

  • /PriceList/PriceEntry@startDate

  • /PriceList/PriceEntry@endDate

  • /PriceList/PriceEntry@maximumQuantity

  • /PriceList/PriceEntry@minimumQuantity

  • /PriceList/PriceEntry@sequence

  • /PriceList/PriceEntry@precedence

  • /PriceList/PriceEntry@lastUpdate

  • /PriceList/PriceEntry@quantityUnit

  • /PriceList/PriceEntry/Qualifier

  • /PriceList/PriceEntry/Description

  • /PriceList/PriceEntry/Description@language

  • /PriceList/PriceEntry/CatalogEntryIdentifier/UniqueID

  • /PriceList/PriceEntry/Price/Price

  • /PriceList/PriceEntry/Price/Price@currency

  • /PriceList/PriceEntry/Price/AlternativeCurrencyPrice

  • /PriceList/PriceEntry/Price/AlternativeCurrencyPrice@currency

  • /PriceList/PriceEntry/Price/Quantity

   
IBM_PriceEntryBaseProfile

  • /PriceList/PriceListIdentifier/UniqueID

  • /PriceList/PriceEntry/CatalogEntryIdentifier/UniqueID

  • /PriceList/PriceEntry@maximumQuantity

  • /PriceList/PriceEntry@minimumQuantity

  • /PriceList/PriceEntry/Qualifier

  • /PriceList/PriceEntry/Price/Price

  • /PriceList/PriceEntry/Price/Price@currency

   
IBM_Store_PriceEntry_Details

  • /PriceList/PriceEntry/CatalogEntryIdentifier/ExternalIdentifier/PartNumber

  • /PriceList/PriceEntry/Price/Price

  • /PriceList/PriceEntry/Price/Price@currency

  • /PriceList/PriceEntry/Price/Price/Quantity

  • /PriceList/PriceEntry/Price/Price/Quantity@uom

   



XSD files


Topic URL: _vcc_freeselect_bottom_


+

Search Tips   |   Advanced Search