inventorySourceGroups_assignedInventorySources_list | SELECT | inventorySourceGroupsId | Lists inventory sources assigned to an inventory source group. |
inventorySourceGroups_assignedInventorySources_create | INSERT | inventorySourceGroupsId | Creates an assignment between an inventory source and an inventory source group. |
inventorySourceGroups_assignedInventorySources_delete | DELETE | assignedInventorySourcesId, inventorySourceGroupsId | Deletes the assignment between an inventory source and an inventory source group. |
inventorySourceGroups_assignedInventorySources_bulkEdit | EXEC | inventorySourceGroupsId | Bulk edits multiple assignments between inventory sources and a single inventory source group. The operation will delete the assigned inventory sources provided in BulkEditAssignedInventorySourcesRequest.deleted_assigned_inventory_sources and then create the assigned inventory sources provided in BulkEditAssignedInventorySourcesRequest.created_assigned_inventory_sources. |