I am trying to migrate all of our existing items and offers over to the new REST Api system using bulkMigrateListing but i am getting an error.
{
"responses": [
{
"statusCode": 400,
"listingId": "233499275800",
"marketplaceId": "EBAY_US",
"errors": [
{
"errorId": 25002,
"domain": "API_INVENTORY",
"subdomain": "Selling",
"category": "REQUEST",
"message": "A user error has occurred. The item is not listed with immediate payment"
}
]
}
]
}
Does anyone have any help with this error?