You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.