ForbiddenErrorData
Which scopes the endpoint needed and which the key held.
- grantedType: array string[] enumrequired
The scopes the calling key holds.
values- *
- products:read
- pricing:read
- inventory:read
- inventory:write
- requiredType: array string[] enumrequired
The scopes this endpoint requires.
values- *
- products:read
- pricing:read
- inventory:read
- inventory:write
Examples
{
"required": [
"inventory:write"
],
"granted": [
"account:read",
"inventory:read"
]
}