inventorySourceGroups_get | SELECT | inventorySourceGroupsId | Gets an inventory source group. |
inventorySourceGroups_list | SELECT | | Lists inventory source groups that are accessible to the current user. The order is defined by the order_by parameter. |
inventorySourceGroups_create | INSERT | | Creates a new inventory source group. Returns the newly created inventory source group if successful. |
inventorySourceGroups_delete | DELETE | inventorySourceGroupsId | Deletes an inventory source group. |
inventorySourceGroups_patch | EXEC | inventorySourceGroupId | Updates an inventory source group. Returns the updated inventory source group if successful. |