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

401 Unauthorized error in

I have used the https://api.ebay.com/sell/inventory/v1/bulk_migrate_listing API, but it is showing a 401 Unauthorized error in the response. Do you have any suggestions for resolving this issue?

Message 1 of 3
latest reply
2 REPLIES 2

401 Unauthorized error in

Hi @ompa_3328,

 

bulkMigrateListings call requires an access token created with the authorization code grant flow, using the scope "https://api.ebay.com/oauth/api_scope/sell.inventory"

 

Also, make sure the listing is following all required settings/characteristics to be eligible for migration to the Inventory API model as mentioned in the guide here

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

401 Unauthorized error in

in this api shown me a error 403 Forbidden
{
"errors": [
{
"errorId": 1100,
"domain": "ACCESS",
"category": "REQUEST",
"message": "Access denied",
"longMessage": "Insufficient permissions to fulfill the request."

}
]
}

Message 3 of 3
latest reply