You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to import products using api and each product has categories. if there are existing category with he same name then the system doesnt allow to create the category and product import fails.
Can we get the list of categories and then checks if the category exists then assign that product to it.
Can we use GET to get the list of exisitng cateories with their id's
The text was updated successfully, but these errors were encountered:
I am trying to import products using api and each product has categories. if there are existing category with he same name then the system doesnt allow to create the category and product import fails.
Can we get the list of categories and then checks if the category exists then assign that product to it.
Can we use GET to get the list of exisitng cateories with their id's
The text was updated successfully, but these errors were encountered: