Axesso - Amazon Data Service

फ्रीमियम
Verified
द्वारा Axesso | अपडेट किया गया 8 days ago | eCommerce
लोकप्रियता

9.8 / 10

लेटेंसी

3,711ms

सेवा का स्तर

100%

Health Check

100%

सभी चर्चाओं पर वापस जाएं

First time user Query

Rapid account: Saupan
saupan
3 months ago

Hi, is it just me or following is expected behaviour:

(1) lookupBestSeller:

Sample Response: “countProducts”: 30,
“products”: [
{
“position”: “#1”,
“salesMovement”: null,
“productRating”: null,
“countReview”: 0,
“url”: “/Gluten-Free-Air-Fryer-Delicious/dp/1837832439/ref=zg_bs_g_books_d_sccl_1/262-4934839-2947817?psc=1”,
“productTitle”: null,
“price”: 20.24
},
{
“position”: “#2”,
“salesMovement”: null,
“productRating”: “4.6 out of 5 stars”,
“countReview”: 152243,
“url”: “/Atomic-Habits-Proven-Build-Break/dp/1847941834/ref=zg_bs_g_books_d_sccl_2/262-4934839-2947817?psc=1”,
“productTitle”: null,
“price”: 7.53
},

	In the above response, 
	1. Title field is Null.
	2. First page in Amazon has 50 products; however only firsst 30 were returned.

(2) lookupProduct:

	Sample Response: 
	{

“responseStatus”: “PRODUCT_FOUND_RESPONSE”,
“responseMessage”: “Product successfully found!”,
“productTitle”: “Atomic Habits: the life-changing million-copy #1 bestseller”,
“manufacturer”: “by James Clear (Author)”,
“countReview”: 152245,
“answeredQuestions”: 0,
“productRating”: “4.6 out of 5 stars”,


“videoeUrlList”: [],
“productDescription”: null,
“productDetails”: [
{
“name”: “Publisher ‏ ‎”,
“value”: “Random House Business; 1st edition (18 Oct. 2018)”
},

		In the above response, 
		1. Product Description is Null
		2. Reviews that are pre-loaded on the page are pulled and not all.
		
		
(3) lookupReviews
		
		Amazon reviews page only show next and previous page buttons under listed reviews; however, query parameter requires page no.

Looking forward to some guidance.

Thanks!

Rapid account: Axesso
axesso Commented 3 months ago

Hello,

as mentioned above we have analyzed all your points, please find in the following our feedback:

Lookup Best-Seller: Please use the pagination to collect all pages. For title, this should work now.

Lookup Product: There was a special case for kindle products. Now the description should occur in the response correctly. All reviews are pulled correctly. You can find the reviews in the field “reviews” and “globalReviews” (including all reviews from buyer outside from the marketplace country).

Lookup Reviews: Correct, page number needs to be passed to the request. It starts at 1 and you can increase the page until you reach lastPage to get all reviews. Please note that there is currently a limitation from Amazon side which allows only to pull the first 10 pages. To overcome this you can use our query parameter “filters” for more granular filter. E.g. you can search for specific keywords to overcome the limit of 10 pages.

Please let us know in case you have any further question.

Best Regards
Axesso Support

Rapid account: Axesso
axesso Commented 3 months ago

Hello,

thank you for your questions, we will take a look into the raised topics and try to sort out everything in the next two days. Let us know in the meantime if you have any further questions.

Best Regards
Axesso Support

चर्चा में शामिल हों - नीचे टिप्पणी जोड़ें:

नई टिप्पणियाँ पोस्ट करने के लिए लॉग इन / साइनअप करें