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.
Related Questions in EBAY-API
- Issue while trying to post listing in Ebay
- Ebay Browse API Missing Some Auction Items
- Ebay upload CSV: Missing Brand when is already filled, also with MPN
- NextJs: Error Obtaining eBay OAuth Access Token on Token Exchange Request
- Issue raising OAuth user-token for eBay RESTful API
- Ebay Connection fail in Production (request is missing a required parameter or malformed)
- How to retrieve path ID for eBay category with developer API?
- Ebay - Get Offer call for 10k items, Do I need to make 10k calls for getting Offer information?
- Adding a new item to ebay using ebay API or any other format using PHP
- Ebay API cannot validate my marketplace account deletion endpoint
- eBay API Access Token Issue: The requested scope is invalid, unknown, malformed, or exceeds the scope granted to the client
- Ebay REST API, using authorization_code with a console application
- Error eBay Inventory API createOrReplaceInventoryItem
- Ebay Api description field not returning a value
- How to get store information in Ebay API with sandbox credentials?
Related Questions in EBAY-SDK
- Ebay upload CSV: Missing Brand when is already filled, also with MPN
- Ebay Connection fail in Production (request is missing a required parameter or malformed)
- How to get store information in Ebay API with sandbox credentials?
- eBay API to fetch products and orders
- eBay Confirming Publish Offer on Sandbox Ebay
- Ebay API get list of transactions
- EPID issue for AddFixedPriceItem
- How to add extra fields in eBay FeedAPI =>getResultFile
- Ebay SDK Function GetCategorySpecifics - sometimes work sometimes not
- eBay API Permissions Issue, using eBay API Explorer
- I want to upload a video to eBay using API , but eBay API is not working can anyone guide me?
- Ebay API: How to Set Item Category While Bulk Creating Items via bulkCreateOrReplaceInventoryItem
- Ebay API bulkUpdatePriceQuantity for product variations
- eBay XML Api - list an item with Overnight free shipping
- eBay OAuth Authorize Grant Flow Invalid Parameters
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?
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)
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.