I run this
wp wc product create --name='b' --categories=32 --user=user
and got output
Success: Created product 1370
But no category is shown in wp-admin/WooCommerce->Products page for the newly added product. How to fix it?
I have followed Find Product Category IDs to get category id.