cancel
Showing results for 
Search instead for 
Did you mean: 

How do I create a product attribute through csv import done by custom module?

How do I create a product attribute through csv import done by custom module?

What are the steps and procedure to create import module of product's create custom attribute and its value through csv while importing product create ?

1 REPLY 1

Re: How do I create a product attribute through csv import done by custom module?

Hi @prakash_k3,

You can use magento default Rest api to create custom attribute.

For more info:

https://devdocs.magento.com/swagger/#/catalogProductAttributeRepositoryV1/catalogProductAttributeRep...

I hope it will help you.