Currently, create_item does not return anything, although the API itself returns the data for the newly created item - specifically, the ID of the item.
It would be helpful to at the very least receive the item ID of the newly created item so we don't have to make additional API calls and use additional logic to retrieve all items, perform the match and get the item ID when it is required.