Current Method for Exporting Adobe Target Catalog?
Hey Target community.
I'm following up on a post from @brendanjaffary a few years ago.
I manage a catalog of 200,000+ products and am looking for a way to mass-remove products that are no longer available and have thus 404d.
If I could simply export our entire Target catalog and compare it against our Target feed in something like Excel, then I could easily identify products that are no longer available, and run a Delete Entities API call on them.
http://developers.adobetarget.com/api/recommendations/#operation/deleteEntities
@rhornick has noted that there is a Catalog Search API that's close to what I'm looking for. But unfortunately, it's limited to 500 products.
http://developers.adobetarget.com/api/recommendations/#tag/Searching-Entities
To be honest, it seems like even the Delete Entities API call has a limit of 100 or so entities at a time.
Does anybody have any updated suggestions on cleaning up Target catalogs with entities in the hundreds of thousands?
Would it be possible to do something like the following?
- Remove all entities from the development catalog if there are any.
- Import a clean feed in the development catalog.
- Point the production site to use the development catalog temporarily.
- Remove all entities from the production catalog.
- Import a clean feed in the production catalog.
- Point the production site back to the production catalog.
Thanks in advance.
