ProductListPriceUpdate command

The ProductListPriceUpdate command is used to update product price information for the Update_WCS_ProductPrice XML message. The command is used to update information in the WebSphere Commerce database regarding the listed price of a product.

Parameter values

partNumber
The part number of the catalog entry as defined in the PARTNUMBER column of CATENTRY table.
memberId
The reference number that identifies the owner of the catalog entry.
catEntryId
The catalog entry offered for sale.
currency
(Required) The ISO 4217 currency type in which the price is expressed.
listPrice
The product list price used to update the LISTPRICE table.

Example

<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE Update_WCS_ProductPrice SYSTEM
'Update_WCS_ProductPrice_20.dtd'>
<Update_WCS_ProductPrice version='2.0'>
<ControlArea>
<Verb value='Update'></Verb>
<Noun value='WCS_ProductPrice'></Noun>
</ControlArea>
<DataArea>
<ListPriceInfo>
<ProductNumberByMerchant>PART-I312200001</ProductNumberByMerchant>
<MerchantID>0</MerchantID>
<Currency>CAD</Currency>
<ItemUnitPrice>999.89</ItemUnitPrice>
</ListPriceInfo>
</DataArea>
</Update_WCS_ProductPrice>

Behavior

Exception Conditions

Feedback