07-30-2024 10:09 PM
Using the API Explorer to test https://api.sandbox.ebay.com/sell/account/v1/fulfillment_policy?marketplace_id=EBAY_AU with correct token (with correct scope mentioned on the documentation page), I was given code 403 and error: User is not eligible for Business Policy.
getPrivileges shows "sellerRegistrationCompleted": true
I believe it's a bug.
Solved! Go to Best Answer
07-31-2024 09:35 AM
Hi @ezydvd_au,
You can use the optInToProgram call to opt the seller into the eBay business policies program and getOptedInPrograms call to check the status of the request.
Once the user is opted into the eBay business policies program, the user can create and manage the business policies with Account API calls.
07-31-2024 09:35 AM
Hi @ezydvd_au,
You can use the optInToProgram call to opt the seller into the eBay business policies program and getOptedInPrograms call to check the status of the request.
Once the user is opted into the eBay business policies program, the user can create and manage the business policies with Account API calls.
07-31-2024 03:15 PM
Thanks! Problem solved.