Amazon Marketplace SP API Walkthrough - Orders, Sales and Products requests examples

  Рет қаралды 14,052

Jakob Wolitzki | Custom Automations for Sellers

Jakob Wolitzki | Custom Automations for Sellers

Күн бұрын

Пікірлер: 41
@Jakobowsky
@Jakobowsky 28 күн бұрын
!!! NEWS !!! We just launched our first Amazon SP-API course. Check the link in the description now for a limited-time offer!
@CottonInDerTube
@CottonInDerTube Жыл бұрын
The Amazon SP-API is a damn mess. Walls of texts instead of code examples. 1 code example could easy replace half of a page, or even more. _(Had to ... im just mad at them)_
@Jakobowsky
@Jakobowsky Жыл бұрын
If you want to migrate your old MWS app to the new SP API let me know!
@jajman21
@jajman21 2 ай бұрын
jacob, I run a small business. want to get api for fba data into microsoft access. can we hire your team? will it be very expensive?
@lesliejanedaroca1251
@lesliejanedaroca1251 2 жыл бұрын
Thanks Jacob for the learning. I will apply this to my case study. More videos related to this.
@dc.India.
@dc.India. Жыл бұрын
Hi Jacob, When there are multiple seller accounts managed under 1 login of Seller Central, will these SP-API(s) be used to retrieve data specific to a seller account? Because I see that API(s) have a filter based on marketplace id but nothing related to the seller account identifier. Please help!!
@huhcom
@huhcom 2 жыл бұрын
40:38 - Q&A | Is it possible to export complete shipping addresses from Amazon? This is my problem. I'm getting " { "errors": [ { "message": "Access to requested resource is denied.", "code": "Unauthorized", "details": "" } ] }". I have to log in to Seller Central and download orders to extract the customer name, address, and email address. Then sync with the API data.
@Jakobowsky
@Jakobowsky 2 жыл бұрын
you can download orders from API and sync connect data with custom logic :)
@caglargulucan
@caglargulucan Жыл бұрын
Did you solve the problem? I have the same error.
@huhcom
@huhcom Жыл бұрын
@@caglargulucan It was a nightmare. Had to get developer approved.
@youssefkandil2185
@youssefkandil2185 4 ай бұрын
Hi Jacob, thank you for this playlist. I am trying to list a parent product through the amazon sp-api. I first tried sending the body of the product with a product_type `SHIRT` and no `externally_assigned_product_identifier` as far as I know a parent product has no `EAN` and got rejected for missing the attribute. Then I tried listing by sending no `product_type` but got `The Amazon product type specified is invalid or not supported.`. The child products have been listed successfully. So, do parent products actually have an `EAN`?
@alihanemretunc7789
@alihanemretunc7789 10 ай бұрын
Hello, thank you for your walkthrough. Can we, with SP API, do and automate getting the data of the number of products sold from Amazon Seller Central and then entering this data to Google Sheets? If yes, can you give some tips?
@diegorabelo5821
@diegorabelo5821 Жыл бұрын
Do you think the owners of apis are using them to source products? They are pretty much all owned by 7 figure sellers. I feel lie they may be using them to look at our products when we integrate them to our sellers centers
@Jakobowsky
@Jakobowsky Жыл бұрын
Data is a new oil. Those big companies have an overview of a lot of powerful information. That's why it's sometimes better to create your own automation :)
@asifjans
@asifjans 5 ай бұрын
Can you please share its postman collection?
@maxm1584
@maxm1584 Жыл бұрын
Do you have a video on how to connect API to gsheet to show a live update of ROI/Profits of different ASINs?
@Jakobowsky
@Jakobowsky Жыл бұрын
No, but this is a good idea to do!
@GermanRodriguezqndq
@GermanRodriguezqndq 2 жыл бұрын
Great Webinar, does this include amazon vendor central?
@Jakobowsky
@Jakobowsky 2 жыл бұрын
We are only talking about SP API here
@sungKing-o9j
@sungKing-o9j 10 ай бұрын
Hello, in Amazon's order API, I saw that the information returned in the official document includes AddressLine1 under ShippingAddress-, but when I actually requested it, there was no such field. Do I need any authorization and how to do it?
@Jakobowsky
@Jakobowsky 10 ай бұрын
Hi! if you need some extra help, please go to our website and submit the form
@sungKing-o9j
@sungKing-o9j 10 ай бұрын
OK thanks@@Jakobowsky
@junivensaavedra882
@junivensaavedra882 2 жыл бұрын
Thank you for providing this great resource. Jakob, your videos have taught me a lot. I'm also attempting to use the data from Amazon to build my custom program. Unfortunately, not all data, including performance notifications and account health information, is available in the AMAZON SP-API, as you noted in this video. I must therefore scrape the data from Amazon Seller Central. As you have mentioned in this video, scraping data from Amazon Seller Central is unreliable in the long run due to Amazon's ongoing, constant updates to the user interface and locations of data and information. Any ideas on how I might be able to improve this situation? Any recommendations would be much appreciated. Thanks. :)
@Jakobowsky
@Jakobowsky 2 жыл бұрын
Hi Juniven, Thanks for your kind words. If you want to scrape information directly from seller central page, then I recommend using "scraping-friendly" tactics: 1. Same headers as user 2. Not changing the IP too often (rotating proxy) 3. Do not spam requests (send it maybe 2-3 every hour - you don't need to check it more often, right ?) 4. Use headless Selenium instead of requests if possible If you have any questions let me know. I am happy to help.
@junivensaavedra882
@junivensaavedra882 2 жыл бұрын
@@Jakobowsky Thank you very much for responding Jakob. I will try these ideas first. Thanks again. :)
@senduranravikumar3554
@senduranravikumar3554 Жыл бұрын
@@Jakobowsky , Hi when we use aws account, should that be created from the same seller central account?
@user-vx6ko3gs9l
@user-vx6ko3gs9l Жыл бұрын
@jakobwsky Do you happen to know if we have some API which can tell if a Product is FBM or FBA?
@sosobicho6812
@sosobicho6812 Жыл бұрын
I want to ask you can i work in amazon and how can i work from home on ligne i mean
@atulkumarjain514
@atulkumarjain514 Жыл бұрын
Try for connect sp api , Authorization failed error
@sabahattinorasen586
@sabahattinorasen586 Жыл бұрын
Hi Jakob, great video! You mentioned in your video that amazon hides the buyer's email address. I wanted to ask you if the encrypted email changes with each request or if each user has a fixed encrypted email address that can be used as a unique identifier?
@Jakobowsky
@Jakobowsky Жыл бұрын
I am almost sure that each has a unique id
@sabahattinorasen586
@sabahattinorasen586 Жыл бұрын
Thank you very much for your quick response!
@bymelihorhan
@bymelihorhan Жыл бұрын
Hi Jakob, great video! I cannot get buyer's name using SP api. Is there a way to get a buyer name?
@Jakobowsky
@Jakobowsky Жыл бұрын
Try to check Reports API, maybe there
@haniawierus2437
@haniawierus2437 2 жыл бұрын
🤩❣️
@nirakarsahoo5050
@nirakarsahoo5050 Жыл бұрын
how to create a Amazon calculator that calculate profit using SP-API.which part of SP-API i should use.
@Jakobowsky
@Jakobowsky Жыл бұрын
Send us an email at contact@deltologic.com :)
@MilicaGalic-q2m
@MilicaGalic-q2m 8 ай бұрын
Hi @Jakobowsky how to get all my products with variations and images that I am selling on amazon with SP API sdk
@Jakobowsky
@Jakobowsky 8 ай бұрын
Please submit a form on our website, my developer may be able to help you :)
@vishalshrivastav2831
@vishalshrivastav2831 Жыл бұрын
Hey Jakob, Really amazing video. Could you please pin in the video showing how to get the credientials and setting up the developer account. Thank you!
How to connect to Amazon SP API and make sample requests
28:21
Jakob Wolitzki | Custom Automations for Sellers
Рет қаралды 39 М.
Amazon Selling Partner API - how to get inventory and sales from Reports API and Sales API + graphs
16:16
Jakob Wolitzki | Custom Automations for Sellers
Рет қаралды 15 М.
Cute
00:16
Oyuncak Avı
Рет қаралды 5 МЛН
Nastya and balloon challenge
00:23
Nastya
Рет қаралды 25 МЛН
Bike vs Super Bike Fast Challenge
00:30
Russo
Рет қаралды 23 МЛН
Cursor Is Beating VS Code (...by forking it)
18:00
Theo - t3․gg
Рет қаралды 67 М.
How to make SP-API requests in 2024 - Big Update from Amazon
9:15
Jakob Wolitzki | Custom Automations for Sellers
Рет қаралды 10 М.
Amazon Web Scraping Using Python | Data Analyst Portfolio Project
47:14
Alex The Analyst
Рет қаралды 273 М.
Never install locally
5:45
Coderized
Рет қаралды 1,8 МЛН
ASP #46 Automated Accounting for Amazon Sellers feat. Ryan Hurley from SellAnalytix
32:50
Jakob Wolitzki | Custom Automations for Sellers
Рет қаралды 172
Automate your Amazon orders data with SP API, Google Sheets and Python (new method 2023)
18:09
Jakob Wolitzki | Custom Automations for Sellers
Рет қаралды 40 М.
Let's build GPT: from scratch, in code, spelled out.
1:56:20
Andrej Karpathy
Рет қаралды 4,6 МЛН
How to get Amazon orders to Google Sheets using Python and SP-API (2024 update)
16:28
Jakob Wolitzki | Custom Automations for Sellers
Рет қаралды 4,2 М.
Cute
00:16
Oyuncak Avı
Рет қаралды 5 МЛН