I'm working on ebay. I have created the application using sell api . I have fetched the Orders List using Postman. But when I try to fetch the items using SKU its giving me 500 [Internal Server error] . Although my request is complete and perfect. why i am getting this error ? Is there any other API to get active inventory ? or get inventory by sku. any link or suggestion will be helpful.
How to get items by sku using sell API?
575 Views Asked by Aisha Khan At
1
There are 1 best solutions below
Related Questions in EBAY-API
- Retrieve ISBN from eBay listing via Shopping API
- How to open the desired item in the array
- eBay SDK AddItem new ProductDetails EAN Requirements CANNOT List Or Revise
- Stuck in fetching Tokens from ebay
- eBay Trading API error: You need to create a seller's account
- GetOrdersRequestType isn't returning MonetaryDetails with ReturnAll
- eBay API - GerOrders not giving any results
- ebay ordersAPI - Validation of the authentication token in API request failed
- Getting an authenticated user's inventory via Half.com API?
- Ebay search API "findItemsAdvanced" method does not return results for multiple listingType
- eBay REST API Get Offers Authetication Error
- Ebay API C# Cancel Order without AddDispute
- Convert eBay SOAP response to Java Object
- Getting product and seller info from eBay using APIs and Python
- How do I use ItemFilters with eBay::API::Simple::Finding?
Related Questions in EBAY-SDK
- eBay Trading API error: You need to create a seller's account
- How to change xml response to json?
- eBay API 'The operation has timed out' exception
- How to get items by sku using sell API?
- How do I structure a project which uses django and ebay python sdk?
- How to get a YAML file containing api keys to work in django?
- eBay API to fetch products and orders
- How to get store information in Ebay API with sandbox credentials?
- eBay API token detect if a user has already reauthorized, any way to decode the eBay token?
- List ebay Items using API on my Mobile App with products affiliate link
- What is the best way to bulk list items to ebay?
- How to get all the item filters in ebay python SDK
- eBay Python SDK 'findItemsAdvanced' call returns Internal Server Error
- Passing HTML Template Code To Description in VerifyAddItem/AddItem - Error Code 20170
- How to create Listing in ebay sandbox?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I also have the same problem while working on the ebay sell API[REST]. It turns out that we cant get inventory item by sku.
we can only fetch the inventory items that is created using inventory item API. here you can read more about it.
Try to use Trading API's.