Base de connaissances Shopping.com Partners Resource Center
La base de connaissances est organisée en différentes catégories ; sélectionnez une catégorie qui vous intéresse.
Si vous ne trouvez pas les réponses que vous cherchez, introduisez une nouvelle demande de support.
Can you provide any practical tips for best response time and efficiently using the API
Generally, any structured query (category, product, or offer ID) will be much
faster than a keyword query, so using these whenever possible is a good idea.
Also, API3 has much better controls over the number of different types of
results (products, deals, categories, attributes, etc.) to allow you to only
request as much data as you actually need. The API also allows turning on and
off different types of content, so you can get all the information you need in
one query (e.g. offers and specs for products), but make sure you are not
enabling (or disabling) different content when not needed. Finally, make sure
your client is allowing compressed data transfer.
Other than
that, I would just mention that API3 has been built to have an average response
time of 300ms, while API2 generally had an average response time of 400ms. Of
course, response times differ for different types of queries, and the structured
queries I mentioned should usually come in well below this average.
