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

publishOfferByInventoryItemGroup - Error 2007

I am working on my stock management system and encountering a significant issue.

When all variations are out of stock, I withdraw the listing, and it is no longer visible in my interface. However, when one variation is back in stock and I attempt to republish it, I receive the following error:

 

"errors" => array:1 [
0 => array:5 [
"errorId" => 25007
"domain" => "API_INVENTORY"
"subdomain" => "Selling"
"category" => "Request"
"message" => "The eBay listing associated with the inventory item, or the unpublished offer has invalid data in the associated Fulfillment policy. Please add at least one valid shipping service option to your listing."
]
]

 

The key issue is that the listing has been published via the interface and then migrated to the API. According to the documentation:

"If the seller wants to relist a multiple-variation eBay listing, they could use the publishOfferByInventoryItemGroup method."

But it seems that this is not working as expected.

I also tried to republish the offers for the variations individually, since they were marked as unpublished after being withdrawn, but I am encountering the same errors:

 

"errors": [
{
"errorId": 25007,
"domain": "API_INVENTORY",
"subdomain": "Selling",
"category": "Request",
"message": "The eBay listing associated with the inventory item, or the unpublished offer has invalid data in the associated Fulfillment policy. Please add at least one valid shipping service option to your listing."
}
]

 

So, my question is: how can I republish a group listing that has already been published?







Message 1 of 2
latest reply
1 REPLY 1

publishOfferByInventoryItemGroup - Error 2007

Let’s take a closer look. I spoke with some external contacts and discovered a few things.

 

Single listings work well during migration. When created in the eBay UI and then migrated, the associated policies are transferred correctly. This allows you to withdraw and republish them without any issues.

 

However, variation listings present a problem during migration. It appears that their policies are not carried over, which leads to errors. As a result, you’re unable to republish these listings either individually or via group ID.

I’m not sure whether eBay plans to resolve this, but I’m still actively searching for a workaround.

Message 2 of 2
latest reply