Great tutorial I have learned many things from this channel just facing 1 problem when the number of products increases in our store amazon return the report url which will download compressed version of file (.gz) In the tutorial or anywhere in the internet is mentioned about it hope you will cover this problem as well
Hi Jacob, I'm working on the migration to SP-API (but I'm waiting for it to be enabled to use the apis especially the order and inventory apis), congratulations for the very good explanation. Can I ask you for information? Is it possible to request only active skus? I was looking at the dictionary (minute 10:07) and I can't figure out how for each record identified by the sku which is the attribute that indicates whether a sku is active or inactive.
Hi , I recive a error : [{'code': 'Unauthorized', 'message': 'Access to the resource is forbidden', 'details': ''}] what can I could miss in my configuration ? Thanks
we are trying to use amazon sp-api and get the information about reports but it gave us error "Error: [{'message': 'Access to requested resource is denied.', 'code': 'Unauthorized', 'details': ''}]" we configured roles policies and users and also register application but its still give us same error.
An error occurred: [{'code': 'Unauthorized', 'message': 'Access to requested resource is denied.', 'details': ''}] i m getting same error. Have you found solution for this ever?
Got this error: Report failed! report_url = report_data.payload.get('url') AttributeError: 'dict' object has no attribute 'payload' I was able to fix it by changing "time.sleep(20)" and it worked. But sometimes when I do it it still fails. Anyone has any idea how to prevent this?
!!! NEWS !!! We just launched our first Amazon SP-API course. Check the link in the description now for a limited-time offer!
You have no idea how much your sp-api videos have helped me. Can't thank you enough Jakob.
If you want to migrate your old MWS app to the new SP API let me know!
Great tutorial I have learned many things from this channel just facing 1 problem when the number of products increases in our store amazon return the report url which will download compressed version of file (.gz) In the tutorial or anywhere in the internet is mentioned about it hope you will cover this problem as well
Hi
Can anyone let me know how to retrieve product description and about this item of an ASIN using Amazon SP API
As always, superb resources Jakob. Thanks for sharing.
This awesomely hopeful!!! 🙌
Hi sir
Can you please share inventory and sales api syntax for postman
how to get the current stock quantity for a specific product without using report api ?
Hi Jacob, I'm working on the migration to SP-API (but I'm waiting for it to be enabled to use the apis especially the order and inventory apis), congratulations for the very good explanation. Can I ask you for information? Is it possible to request only active skus? I was looking at the dictionary (minute 10:07) and I can't figure out how for each record identified by the sku which is the attribute that indicates whether a sku is active or inactive.
to access the api you need a subscription of developer ? and its is charged on your card ?
Thanks a lot for sharing Jakob ! :)
Is this reporting stock info on your own products only, or any FBA product?
Many times try but Authorization failed error in order api, pls help
This is perfect. thanks! :)
Nice one! Could you do a video covering Notifications API as well?
Noted this down! WIll do :)
If only we could see the actual code. A zoomed in view will do. Great stuff still
Will fix this in the new video!
Also, Github code is in the description
@@Jakobowsky oh right ok. Sorry didn’t see that. Will definitely check it out. 👍
Hi , I recive a error : [{'code': 'Unauthorized', 'message': 'Access to the resource is forbidden', 'details': ''}] what can I could miss in my configuration ? Thanks
Might be just a permission of the app in Seller Central
we are trying to use amazon sp-api and get the information about reports but it gave us error "Error: [{'message': 'Access to requested resource is denied.', 'code': 'Unauthorized', 'details': ''}]" we configured roles policies and users and also register application but its still give us same error.
An error occurred:
[{'code': 'Unauthorized', 'message': 'Access to requested resource is denied.', 'details': ''}]
i m getting same error. Have you found solution for this ever?
@@tanviladdha4120 Hi! I'm having the same issue here, have you find the solution ?
How to first time use sp api
Got this error:
Report failed!
report_url = report_data.payload.get('url')
AttributeError: 'dict' object has no attribute 'payload'
I was able to fix it by changing "time.sleep(20)" and it worked. But sometimes when I do it it still fails. Anyone has any idea how to prevent this?
hello i met the same problem and i want to know did you find an effective way to address it? :)