Sometimes I forget to set SKU and I leave price at $0.
Is there a way to make product add/edit require these before saving so I don’t goof?
Goal: prevent saving products without a SKU (stock keeping unit) and with a $0 price by making those fields required in the product admin.
Status: No built-in enforcement; issue mitigated via Flow alerts and optional spreadsheet validations. Discussion effectively resolved with a workaround.
Sometimes I forget to set SKU and I leave price at $0.
Is there a way to make product add/edit require these before saving so I don’t goof?
Hi @stormeagle
There is no native support for the products admin to behave this way.
So any workflows have to create such a process requirement indirectly.
Such as using excel/googlesheets to setup validations/constraints to make fields “required” to then in turn use shopify’s CSV import/export.
Thank you, I was able to use Flow to email me a link to edit a product that is added without SKU, Price or Product Type.