I'm trying to use the catalog/v1_beta/product_summary/search api., but it's very unreliable. I understand it's a beta api, do we know when it will be production ready? Is there an alternative that is reliable?
This is my query:
https://api.ebay.com/commerce/catalog/v1_beta/product_summary/search?limit=5&q=New Balance&aspect_filter=categoryId:95672,Colour:{Beige},Style:{Sneaker},Type:{Trainer},UK Shoe Size:{8}
I have it set up in Postman, for easy testing, and sometimes it returns 204 NO CONTENT, then the next time it will return results.
I've had to implement a retry mechanism on this one API, in my code to be sure it works for my customers.