path
property, it will be saved as an absolute path without the domain."path": "http://www.johns-apparel.com/springwear"
will be saved as "path": "springwear"
.curl --location --request POST 'https://demo.myshopify.com//admin/api//redirects.json'
{
"redirect": {
"id": 984542200,
"path": "/ipod",
"target": "/pages/itunes"
}
}