So its possible to update Modifiers using the API for things like name, price etc: https://docs.clover.com/reference/inventory-1#modifierupdatemodifier-2
However, it seems that you cannot update the `sortOrder` of the modifiers within a Modifier Group except by deleting the modifers and recreating them in the order we want.
Specifically, if I have a Mod Group "Size" and I have 3 modifiers inside:
- "Large"
- "Medium"
- "Small"
They default to the sortOrder that they are created in, however I want to update those modifiers so that they display as Small (sortOrder=1), Medium (sortOrder=2) then Large (sortOrder=3)
Is this possible?