Custom Post Type – Rewrite slug [duplicate]

You can try this :

'rewrite' => array('slug' => 'products/%category%'),
'query_var' => true /* etc */

But I think it won’t work as is if other links do not follow the same structure.
So maybe you’ll find a way here.