ProductURIList_Delete
Description
This function deletes URIs from a list of product URIs.
Request Parameters
Parameter |
Type |
Description |
uri_ids |
Number |
The id numbers of the URIs to be deleted |
Response Parameters
Parameter |
Type |
Description |
success |
Boolean |
Boolean value indicating if the API request was successful |
processed |
Number |
The number of URIs deleted |
Example Request
{
"Store_Code": "{{Store_Code}}",
"Miva_Request_Timestamp": "{{$timestamp}}",
"Function": "ProductURIList_Delete",
"URI_IDs": 153
}
Example Response
{
"success": 1,
"processed": 1
}