CategoryURI_Redirect#
Description#
This function redirects a URI for a category.
Request Parameters#
| Parameter | Type | Description | 
|---|---|---|
| uri_ids | Number | The id numbers of the URI’s to be redirected | 
| destination_type | String | The type of destination for the redirected URI Must be page,product,category,feed,screen | 
| destination | String | The destination for the redirected URI page_code,product_code,category_code,feed_code,screen_code | 
| status | Number | The status response number for the URI | 
Response Parameters#
| Parameter | Type | Description | 
|---|---|---|
| success | Boolean | Boolean value indicating if the API request was successful | 
Example Request#
{
    "Store_Code": "{{Store_Code}}",
    "Miva_Request_Timestamp": "{{$timestamp}}",
    "Function": "CategoryURI_Redirect",
    "URI_IDs": 263,
    "Destination_Type": "page",
    "Destination": "ABUS",
    "Status": 200
}
Example Response#
{
    "success": 1
}