I m using products import for Shopify with ten thousands of products. Now I added more locatios so I need another (inventory) CSV import for the stock. In the inventory CSV import I need to know the generated Handle by Shopify. Ideally I just take the same algorith, apply it to the title field and then I have the Handle used by Shopify. But I can not find a detailed description of the algorithm; the page which describes just lowercase and substitition of blanks; but a lot more is going on. Due to System restrictions I can not just query Shopify to get all handles, I need to have the Handle “locally”. Is there a way or open-source code how Shopify is generated Handle Column from Title?
Ref: https://help.shopify.com/en/manual/products/import-export/using-csv#product-csv-file-format
Thx