scp_check_authorization
Verify authorization status for accessing customer e-commerce data from a specific merchant domain using OAuth 2.0 authentication.
Instructions
Check if authorized with a merchant domain
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes | Merchant domain |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"description": "Merchant domain",
"type": "string"
}
},
"required": [
"domain"
],
"type": "object"
}