simplest way to create listings on sandbox
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.
ahhas_4534
Posted 3 years ago·Last reply 1 year ago
7 comments
cheenr31
·1 year agoFor me, removing packageType from the inventory item fixed the issue.
jish-7749
·3 years agoHi 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:
shipscript
·3 years ago@ahhas_4534
@jish-7749
To both of you, be sure that the shipping policy (fulfillmentPolicy) includes the correct shipping parameters for both the item and for your country.
jish-7749
·3 years agoHi @shipscript ,
Besides from the offer and policy I created for publishing the offer, below is the test inventory I used:
shipscript
·3 years ago@jish-7749
What is in your fulfillmentPolicy 6200277000?
jish-7749
·3 years ago@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:
jish-7749
·3 years agoI 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.