CyberStore Price Web Service
MethodDeleteCachedPricesForItemsInCategory
CyberStore Price Web Service > All Operations Resource Group : DeleteCachedPricesForItemsInCategory (Method)
Description
Deletes all data in the CyberStore price cache for a Category, using the Category_ID.
Remarks

The DeleteCachedPricesForItemsInCategory operation will remove cached pricing for the all Items in the specifed Category no matter the 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 in the Category.

Deleting entries in the price cache for the Category neither alters data for the Category itself, nor any of its Items in any way.

Request (DeleteCachedPricesForItemsInCategorySoapIn)

The request body is of type DeleteCachedPricesForItemsInCategory.

Request Body Parameters

NameDescriptionData Type
The Category_ID for the Category.xml:int
Example
The following example shows how to perform the web operation in CyberStore.
// Sample MakeAJAXCall
200 Response (DeleteCachedPricesForItemsInCategorySoapOut)

The response body is of type DeleteCachedPricesForItemsInCategoryResponse.

There is no output from this operation.

Response Body Parameters

NameDescriptionData Type

A string value containing a JSON object.

Sample response here
Task
See Also
All Operations Resource GroupCyberStore Price Web Service