05-04-2023 04:03 AM
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
05-12-2023 10:35 AM - edited 05-12-2023 10:35 AM
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