Create Item through Python

How to create an Item through python code?

You can use frappe.get_doc and then the insert method. Refer to the following link for references

Thanks…
Is there any way to make the links like ‘Item Price’ on Item creation?

You can similarly create the ‘Item Price’ using the same methods after creating the Item.

Thanks a lot…