alibaba_get_authorize_url
Generate an OAuth authorization URL for Alibaba sellers to grant app access. After they approve, exchange the returned code via alibaba_complete_authorization.
Instructions
Get the OAuth URL the seller opens to grant this app access.
Send the returned URL to the seller. After they approve, the platform
redirects to the app's configured callback with a ?code=...; pass that code
to alibaba_complete_authorization.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | ||
| error | No | ||
| error_type | No | ||
| authorize_url | No |