11-06-2024 06:47 AM - edited 11-06-2024 06:51 AM
I encountered an "Access Denied" error while trying to initiate a checkout session on the eBay API endpoint:
Endpoint: https://apix.ebay.com/buy/order/v1/checkout_session/initiate
Error Details:
{
"errors": [
{
"errorId": 1100,
"domain": "ACCESS",
"category": "REQUEST",
"message": "Access denied",
"longMessage": "Insufficient permissions to fulfill the request."
}
]
}
Summary of Issue: The API response indicates that the access level or permissions associated with the current credentials may be insufficient to perform this operation. The errorId 1100 from the ACCESS domain suggests that our access token might not have the necessary permissions, or additional authorization could be required.
Request for Assistance: Could you please review the permissions associated with the token we're using and confirm if additional scopes or settings are required for this endpoint? If there’s a specific process to obtain the correct access level, guidance on this would be greatly appreciated.
Thank you for your support in resolving this issue.
Best regards,
We want your journey here to be as great as can be, so we have put together some links to help you get quickly familiarized with the eBay Community.