cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Inventory API - Error Id: 2003

Hello - I am new to using APIs and just beginning on eBay APIs. Need help with the following details:

partsynergy_0-1676939947619.png

 

Message 1 of 6
latest reply
5 REPLIES 5

Re: Inventory API - Error Id: 2003

This usually means you have something wrong in your payload. What is your payload and to what endpoint are you sending it?

Message 2 of 6
latest reply

Re: Inventory API - Error Id: 2003

Hi! Thank you very much for considering my question. However, while stumbling around, I have lost the code and forgot where I was when I posted the question. I have posted a new question here: here  

Message 3 of 6
latest reply

Re: Inventory API - Error Id: 2003

I am getting same error.

here is my payload

 

{
    "requests": [
        {
            "listingId": "355215242984"
        }
    ]
}
 
and the error is 
 
{
    "errors": [
        {
            "errorId": 2003,
            "domain": "ACCESS",
            "category": "APPLICATION",
            "message": "Internal error",
            "longMessage": "There was a problem with an eBay internal system or process. Contact eBay developer support for assistance",
            "parameters": [
                {
                    "name": "reason",
                    "value": "Failed to transform underlying error response, see logs."
                }
            ]
        }
    ]
}
C# wrapper for eBay REST API
https://github.com/CMS365-PTY-LTD/EbaySharp
Message 4 of 6
latest reply

Re: Inventory API - Error Id: 2003

@znts-wholesale-global 

That listing has ended.

https://www.ebay.com.au/itm/355215242984 

 

https://developer.ebay.com/api-docs/sell/inventory/resources/listing/methods/bulkMigrateListing  

 

To be eligible for migration, the active eBay listings must meet the following requirements:

  • Listing type is Fixed-Price

    Note: Auction listings are supported by the Inventory API, but the bulkMigrateListing method cannot be used to migrate auction listings.

  • The item(s) in the listings must have seller-defined SKU values associated with them, and in the case of a multiple-variation listing, each product variation must also have its own SKU value
  • Business Polices (Payment, Return Policy, and Shipping) must be used on the listing, as legacy payment, return policy, and shipping fields will not be accepted. With the Payment Policy associated with a listing, the immediate payment requirement must be enabled.
  • The postal/zip code (PostalCode field in Trading's ItemType) or city (Location field in Trading's ItemType) must be set in the listing; the country is also needed, but this value is required in Trading API, so it will always be set for every listing
ShipScript has been an eBay Community volunteer since 2003, specializing in HTML, CSS, Scripts, Photos, Active Content, Technical Solutions, and online Seller Tools.
Message 5 of 6
latest reply

Re: Inventory API - Error Id: 2003

Thank you, that worked. Would you have some information on this one?

https://community.ebay.com/t5/RESTful-Sell-APIs-Account/Get-Offer-call-for-10k-items-Do-I-need-to-ma...

C# wrapper for eBay REST API
https://github.com/CMS365-PTY-LTD/EbaySharp
Message 6 of 6
latest reply