Obsolete. Gets the customer's Price for the Item. (Use GetDisplayPriceByStockCode in the CyberStore Price Web Service instead)
| Method | GetDefaultPrice |
The request body is of type GetDefaultPrice.
| Name | Description | Data Type |
|---|---|---|
| StockCode | The stock code of an Item. | xml:string |
// Sample MakeAJAXCall
The response body is of type GetDefaultPriceResponse.
| Name | Description | Data Type |
|---|---|---|
| GetDefaultPriceResult | A string value containing a JSON object. Sample response here | xml:string |