Creating posts from API data, how to identify posts already imported?
As the title says, I'm using an API to fetch some data which is used to create CPT posts, and need to identify items returned from the API which have already been inserted as posts.
The API returns unique IDs for each item, which naturally leads me toward just making use of the GUID column, but I've read, in no uncertain terms, to never make use of the GUID.
If touching the GUID is taboo, is there an accepted standard practice for doing this? Preferably without adding tables/columns to the database?
Topic wp-insert-post guids api Wordpress
Category Web