No content to show
User Activity
While this does help, what I want is to set and not adjust values, I found the mutation "inventorySetOnHandQuantities" but this doesn't do bulk updates from what I saw. is there any alternative to that?I could of course register the present number on...
I have a list of items that have to be updated daily on prices and inventory quantities, I already know how to do it individually with the code below: for item in update_data.to_dict('records' #update price on variant p_variant = shopify.Product.f...