Deletes all data in the CyberStore price cache for a Customer, using the CustomerNumber.
Method | DeleteCachedPricesByCustomerNumber |
The DeleteCachedPricesByCustomerNumber operation will remove cached pricing for the all Items cached for the specified Customer. With Price Caching enabled, the cache will re-populate as soon as the first shopper for a Customer requires a price for each Item.
Deleting entries in the price cache for the Customer neither alters data for the Customer itself, nor any Items in any way.
The request body is of type DeleteCachedPricesByCustomerNumber.
Name | Description | Data Type |
---|---|---|
CustomerNumber | The customer number for a Customer. | xml:string |
// Sample MakeAJAXCall
The response body is of type DeleteCachedPricesByCustomerNumberResponse.
There is no ouput from this operation.Name | Description | Data Type |
---|---|---|
DeleteCachedPricesByCustomerNumberResult | A string value containing a JSON object. Sample response here | Task |