API to fetch products and orders
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2023 09:25 AM
Hi Guys,
I was trying to fetch all the product info of any customer who connects to my website but the thing is I am facing an issue the inventory API returns count as 0 when I try to fetch all the products. Can anyone point me to the endpoint that I should use to fetch product details like SKU, name etc? I need orders as well.
Thanks
Re: API to fetch products and orders
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-24-2023 05:33 AM
I'm going to ping someone that might be able to help - or at least point you in the right direction.
@shipscript Can you help?
Buying and Selling since 2013
Re: API to fetch products and orders
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-26-2023 04:17 PM
The [RESTful] Inventory API is for sellers who want to access their own eBay accounts. That means any customer who comes to your website would have to grant permission for your program to access their accounts to view their own inventory. Is that your intent?
If so, the Inventory API would require the seller to have already created inventory with SKUs for each and an assigned inventory location. Inventory is not available for sale until an offer is created and published, so inventory is not the same as a listing.
https://developer.ebay.com/develop/apis/restful-apis/sell-apis
https://developer.ebay.com/api-docs/sell/static/inventory/managing-inventory-and-offers.html
You may want to peruse the developer forums for questions similar to yours with code examples.
https://community.ebay.com/t5/Developer-Forums/ct-p/developergroup
Re: API to fetch products and orders
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-27-2023 07:31 PM
@shipscript Thanks for the info. Is it possible to get all the listings along with SKU?
Re: API to fetch products and orders
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2024 11:47 PM
Have you solved your problem? I had the same problem.
Re: API to fetch products and orders
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2024 01:26 AM
@mygiftcom Not yet. If you found some solution then do let me know
Re: API to fetch products and orders
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2024 02:27 AM
I was trying to fetch all the product info of any customer who connects to my website but the thing is I am facing an issue the inventory API returns count as 0 when I try to fetch all the products. Can anyone point me to the endpoint that I should use to fetch product details like SKU, name etc? I need orders as well.
