Price: EntitledPrice Noun

The entitled price noun.

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
GetEntitledPrice IBM_Store_EntitledPrice_All IBM_Store_EntitledPrice_RangePrice_All /EntitledPrice[(CatalogEntryIdentifier[UniqueID=] and ContractIdentifier[UniqueID=] and UnitPrice[Price[@currency=] and (Quantity= and Quantity[@uom=])])] Get the best entitled price by contract id and catalog entry id. Request
Response

PriceFacadeClient.getEntitledPrice(com.ibm.commerce.oagis9.datatypes.GetType)
IBM_Store_EntitledPrice_All IBM_Store_EntitledPrice_RangePrice_All /EntitledPrice[(CatalogEntryIdentifier[UniqueID=] and ContractIdentifier[UniqueID=] and PricingDate= and UnitPrice[Price[@currency=] and (Quantity= and Quantity[@uom=])])] Get the best entitled price by contract id and catalog entry id, with pricing date specified. Request
Response

PriceFacadeClient.getEntitledPrice(com.ibm.commerce.oagis9.datatypes.GetType)
IBM_Store_EntitledPrice_All IBM_Store_EntitledPrice_RangePrice_All /EntitledPrice[(CatalogEntryIdentifier[ExternalIdentifier[PartNumber=]] and ContractIdentifier[UniqueID=] and UnitPrice[Price[@currency=] and (Quantity= and Quantity[@uom=])])] Get the best entitled price by contract id and catalog entry part number. Request
Response

PriceFacadeClient.getEntitledPrice(com.ibm.commerce.oagis9.datatypes.GetType)
IBM_Store_EntitledPrice_All IBM_Store_EntitledPrice_RangePrice_All /EntitledPrice[(CatalogEntryIdentifier[ExternalIdentifier[PartNumber=]] and ContractIdentifier[UniqueID=] and PricingDate= and UnitPrice[Price[@currency=] and (Quantity= and Quantity[@uom=])])] Get the best entitled price by contract id and catalog entry part number, with pricing date specified. Request
Response

PriceFacadeClient.getEntitledPrice(com.ibm.commerce.oagis9.datatypes.GetType)
IBM_Store_EntitledPrice_All IBM_Store_EntitledPrice_RangePrice_All /EntitledPrice[(CatalogEntryIdentifier[UniqueID=] and UnitPrice[Price[@currency=] and (Quantity= and Quantity[@uom=])])] Get the best entitled price by catalog entry id. The contract id will be resolved automatically. Request
Response

PriceFacadeClient.getEntitledPrice(com.ibm.commerce.oagis9.datatypes.GetType)
IBM_Store_EntitledPrice_All IBM_Store_EntitledPrice_RangePrice_All /EntitledPrice[(CatalogEntryIdentifier[UniqueID=] and PricingDate= and UnitPrice[Price[@currency=] and (Quantity= and Quantity[@uom=])])] Get the best entitled price by catalog entry id with pricing date specified. The contract id will be resolved automatically. Request
Response

PriceFacadeClient.getEntitledPrice(com.ibm.commerce.oagis9.datatypes.GetType)
IBM_Store_EntitledPrice_All IBM_Store_EntitledPrice_RangePrice_All /EntitledPrice[(CatalogEntryIdentifier[ExternalIdentifier[PartNumber=]] and UnitPrice[Price[@currency=] and (Quantity= and Quantity[@uom=])])] Get the best entitled price by catalog entry part number. The contract id will be resolved automatically. Request
Response

PriceFacadeClient.getEntitledPrice(com.ibm.commerce.oagis9.datatypes.GetType)
IBM_Store_EntitledPrice_All IBM_Store_EntitledPrice_RangePrice_All /EntitledPrice[(CatalogEntryIdentifier[ExternalIdentifier[PartNumber=]] and PricingDate= and UnitPrice[Price[@currency=] and (Quantity= and Quantity[@uom=])])] Get the best entitled price by catalog entry part number with pricing date specified. The contract id will be resolved automatically. Request
Response

PriceFacadeClient.getEntitledPrice(com.ibm.commerce.oagis9.datatypes.GetType)

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_Store_EntitledPrice_All
  • /EntitledPrice/CatalogEntryIdentifier/UniqueID
  • /EntitledPrice/CatalogEntryIdentifier/ExternalIdentifier/PartNumber
  • /EntitledPrice/ContractIdentifier/UniqueID
  • /EntitledPrice/UnitPrice/Price
  • /EntitledPrice/UnitPrice/Price@currency
  • /EntitledPrice/UnitPrice/Quantity
  • /EntitledPrice/UnitPrice/Quantity@uom
This access profile return the unit price part of the entitled price. Get Unit Price Request
Get Unit Price Response

IBM_Store_EntitledPrice_RangePrice_All IBM_Store_EntitledPrice_All
+
  • /EntitledPrice/RangePrice/MinimumQuantity
  • /EntitledPrice/RangePrice/MinimumQuantity@uom
  • /EntitledPrice/RangePrice/MaximumQuantity
  • /EntitledPrice/RangePrice/MaximumQuantity@uom
  • /EntitledPrice/RangePrice/Value@currency
  • /EntitledPrice/RangePrice/Value
This access profile return the unit price and range price parts of the entitled price. Get Range Price Request
Get Range Price Response

XSD files