alibaba_complete_authorization_from_url
Extracts the OAuth code from the full redirected Alibaba callback URL and exchanges it for an access token, completing seller authorization.
Instructions
Complete authorization from the full callback URL the seller landed on.
Handy when the callback is a page like https://www.alibaba.com — paste the
whole redirected address (containing ?code=...) and this extracts the code
and exchanges it for a token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| redirected_url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | ||
| error | No | ||
| error_type | No | ||
| expires_at | No | ||
| account_key | No | ||
| has_refresh_token | No |