{ "operationId": "createRedirect", "method": "POST", "path": "/redirects", "summary": "BigCommerce Create a Redirect", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "id": 3, "path": "/mens_clothing", "forward": { "type": "category", "ref": 3 }, "url": "http://store.example.com/mens" } } ] }