Redirect
Create a redirect
post/admin/redirects.json
Request body
Example request
{
"redirect": {
"from_url": "/products/all",
"id": 304339089,
"to_url": "/products-all"
}
}Response
OK
Example response
{
"redirects": [
{
"from_url": "/products.php",
"id": 304339089,
"to_url": "/products"
}
]
}