You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering an issue with the searchDefinitionsProductTypes API call, where the response returns an unauthorized access error.
Error Message:
{
"errors": [
{
"message": "Access to requested resource is denied.",
"code": "Unauthorized",
"details": ""
}
]
}
I can successfully call createFeedDocument, createFeed, getFeedDocument, getFeed , etc. but struggle calling searchDefinitionsProductTypes. I've already tested in PostMan i works completely fine but no idea why it doesn't work in app.
The text was updated successfully, but these errors were encountered:
Does your developer profile and application has the Product Listing Role assigned. The searchDefinitionsProductTypes and other listing related operations require this role.
Note: After assigning the new role, reauthorization is needed.
I'm encountering an issue with the searchDefinitionsProductTypes API call, where the response returns an unauthorized access error.
Error Message:
{
"errors": [
{
"message": "Access to requested resource is denied.",
"code": "Unauthorized",
"details": ""
}
]
}
I can successfully call createFeedDocument, createFeed, getFeedDocument, getFeed , etc. but struggle calling searchDefinitionsProductTypes. I've already tested in PostMan i works completely fine but no idea why it doesn't work in app.
The text was updated successfully, but these errors were encountered: