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

Need inputs on bullkmigrate product listing API response errors

Hi Everyone,

 

While performing the product migration using 'bulkmigrate' API call. We are seeing 2 different types of errors for a few products, where in some of the products we are able to migrate using same piece of code.

 

Any thoughts on how to solve these, please.

 

Request URL API:  https://api.ebay.com/sell/inventory/v1/bulk_migrate_listing/

Error Response1:

Bulk Migrate Listing API: {"responses":[{"statusCode":400,"listingId":"295610291028","marketplaceId":"EBAY_US","errors":[{"errorId":25002,"domain":"API_INVENTORY","subdomain":"Selling","category":"REQUEST","message":"A user error has occurred. This listing does not have a valid business policy"}]}]}

Error Response2:

{
  "responses": [
    {
      "statusCode": 400,
      "listingId": "295657061273",
      "marketplaceId": "EBAY_US",
      "errors": [
        {
          "errorId": 25002,
          "domain": "API_INVENTORY",
          "subdomain": "Selling",
          "category": "REQUEST",
          "message": "A user error has occurred. Listing should be in fixed priced good till cancelled format"
        }
      ]
    }
  ]
}

 

Thanks for your support in advance.

 

 

Best Regards,

Vidyakeerthi K

Message 1 of 2
latest reply
1 REPLY 1

Re: Need inputs on bullkmigrate product listing API response errors

Hi @sanding_catalog 

 

 

Please make sure the active eBay listing that you are trying to migrate, is having the all of the following requirements:


- Listing type is Fixed-Price
- The item in the listings must have seller-defined SKU values associated with them
- Business Polices (Payment, Return Policy, and Shipping) must be used on the listing
- The postal/zip code or city (Location field in Trading's ItemType) must be set in the listing.

 

Ref: https://developer.ebay.com/api-docs/sell/static/inventory/migrating-listings.html

Best Regards,
eBay Developer Support
Message 2 of 2
latest reply