This command is used to fetch prices. Something similar to the following XML should be passed to dispatchMBAPI() when you want to call the GetPrices command:
<mbapi> <command><!-- None --></command> <showXMLHeader><!-- None --></showXMLHeader> <params> <productPriceIDs> <productPriceID><!-- int --></productPriceID> </productPriceIDs> <productPriceAddonIDs> <productAddonPriceID><!-- string --></productAddonPriceID> </productPriceAddonIDs> <productIDs> <productID><!-- int --></productID> </productIDs> <productAddonIDs> <productAddonID><!-- string --></productAddonID> </productAddonIDs> <sortDir><!-- None --></sortDir> <sortColumn><!-- None --></sortColumn> <recordOffset><!-- None --></recordOffset> <numRecords><!-- None --></numRecords> </params> </mbapi>
None
mbapi
command
showXMLHeader
params
productPriceIDs
This is a container tag that holds productPriceID tags.
productPriceID
The ID of a product price to fetch.
productPriceAddonIDs
This is a container tag that holds productPriceAddonID tags.
productAddonPriceID
The ID of a product addon price to fetch.
productIDs
This is a container tag that holds productID tags.
productID
The ID of a product to fetch.
productAddonIDs
This is a container tag that holds productAddonID tags.
productAddonID
The ID of a product addon to fetch.
sortDir
sortColumn
recordOffset
numRecords