getRedirectUrl

After creating a new Product i need to redirect from create page to another menu along with created data..
protected function getRedirectUrl(): string { return Url('app/kit-fee'); }
This code working but i need to send created data along with it..
Was this page helpful?