I’m getting an INSUFFICIENT_SCOPES Error when I searching the catalog. My app has the ITEMS_WRITE permission and from what I read in the docs that includes the ITEMS_READ permission. Did I misread the docs? Here’s the response
{
"success": false,
"message": [
{
"category": "AUTHENTICATION_ERROR",
"code": "INSUFFICIENT_SCOPES",
"detail": "The merchant has not given your application sufficient permissions to do that. The merchant must authorize your application for the following scopes: ITEMS_READ"
}
]
}