Price: PriceConstant Noun

PriceConstant noun is used to model a price constant.

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
GetPriceConstant IBM_Admin_Summary /PriceConstant Find all price constant in a store. The store id is retrieved from cotext. Request
Response

PriceFacadeClient.getPriceConstant(GetType)
IBM_Admin_Details /PriceConstant/PriceConstantIdentifier[(UniqueID=)] Find price constant with its value by unique ID. Request
Response

PriceFacadeClient.getPriceConstant(GetType)
IBM_Admin_Summary /PriceConstant[search()] Search price constant by name or description Request
Response

PriceFacadeClient.getPriceConstant(GetType)
ChangePriceConstant Add /PriceConstant[i]/Values/MonetaryValue/AlternativeCurrencyValue[j] Add a currency value for a price constant Request
Response

PriceFacadeClient.changePriceConstant(ChangePriceConstantType)
Change /PriceConstant[i] Update basic information of a price constant(name, description, number or percent type of value). Request
Response

PriceFacadeClient.changePriceConstant(ChangePriceConstantType)
Change /PriceConstant[i]/Values/MonetaryValue/AlternativeCurrencyValue[j] Update a currency value for a price constant. Request
Response

PriceFacadeClient.changePriceConstant(ChangePriceConstantType)
Delete /PriceConstant[i]/Values/MonetaryValue/AlternativeCurrencyValue[j] delete a currency value for a price constant. Request
Response

PriceFacadeClient.changePriceConstant(ChangePriceConstantType)
ProcessPriceConstant Create /PriceConstant[i] Create a price constant. Request
Response

PriceFacadeClient.processPriceConstant(ProcessPriceConstantType)
Delete /PriceConstant[i] Delete a price constant. Request
Response

PriceFacadeClient.processPriceConstant(ProcessPriceConstantType)

Access Profile

Some sample XML request and response web service messages are provided for each noun. These sample messages might not include all properties or attributes. To view a sample message that includes other properties or attributes, enable logging and tracing for the appropriate component and then call the web service to set or change the properties or attributes. Review the corresponding log file to see the request or response information.

Access Profile Data Returned
IBM_Admin_Summary
IBM_Admin_Details

XSD files