allegro / allegro-api

Issue tracker and wiki for Allegro REST API
https://developer.allegro.pl/
217 stars 39 forks source link

How can I obtain all the product information for a merchant through the "Get search products results"?  #10349

Open kino-hangyu opened 10 hours ago

kino-hangyu commented 10 hours ago

Get search products results

Lukasz-Zurek commented 6 hours ago

Here you retrieve a list of the products based on the phrase and used filters. I you want to retrieve more details about specific product, please use GET /sale/products/{productId}.

We have described this process in our tutorial.