08-13-2024 02:18 AM
I successfully called the createOrReplaceInventoryItem API to create an inventory item record. Now, I'm trying to proceed with the createOffer API to add details like price, marketplace, category, quantity, and listing policies (payment, fulfillment, and return policy).
However, I'm encountering a 500 error when trying to create payment, fulfillment, and return policies using the API. My request body is a slightly modified version of the sample. There are already policies created via the eBay Seller site on my eBay UK account.
Can I use these existing GUI-created policy IDs in the API? If so, how can I retrieve and utilize them effectively?
08-13-2024 07:10 PM
You can create policies manually via the browser, these are just 3 policies and then use their id in the offer.
08-26-2024 09:38 AM
Business policies can be created and managed in My eBay or with the Account API.
You can use the get calls like getFulfillmentPolicies, getPaymentPolicies and getReturnPolicies to fetch the business policies created with API or from the "My eBay" section.
10-06-2024 01:41 PM
ld be nice if that was true. When I log into the sandbox nothing works there either. Can't get to an account page, can't list an item manually, can't alter anything. It's just as broken as their API most of the time. Ridiculous.
10-09-2024 01:12 AM
I've given up using the sandbox for development. Test in production because that's the only thing that really works.