02-03-2023 07:41 AM
I need to create a listing in sandbox and then place order for that listing in order to check the notification and data sent by ebay notification to my webhook endpoint. But unable to create the listing using APIs.
"message": "A user error has occurred. Invalid <ShippingPackage>."
Getting this error while publishing the the offer.
02-06-2023 04:15 AM
I got the same issue when using publish offer API.
https://api.sandbox.ebay.com/sell/inventory/v1/offer/{offerId}/publish
Can someone please help?
Thank you.
02-06-2023 06:30 PM
To both of you, be sure that the shipping policy (fulfillmentPolicy) includes the correct shipping parameters for both the item and for your country.
02-07-2023 12:17 AM
Hi Shipscript,
Thanks for your reply.
I have created my fulfillment, payment and return policy in my eBay sandbox. (I also created the test location for the offer)
Below is my test json for the offer:
02-07-2023 01:11 AM
Hi @shipscript ,
Besides from the offer and policy I created for publishing the offer, below is the test inventory I used:
02-07-2023 07:51 AM
What is in your fulfillmentPolicy 6200277000?
02-07-2023 08:09 AM
@shipscript
Thanks for your reply.
Here is my fulfillmentPolicy from API https://api.sandbox.ebay.com/sell/account/v1/fulfillment_policy?marketplace_id=EBAY_GB:
08-29-2024 02:12 PM
For me, removing packageType from the inventory item fixed the issue.