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.
The text was updated successfully, but these errors were encountered:
Hey @jasonlabelle - we're working through some major updates to the webflow-python package; this should be fixed in the new update and you should expect to get the same payload as seen in docs! Apologies for the confusion there. Will update here when we've got something out
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.
The text was updated successfully, but these errors were encountered: