ebay_refresh_access_token
Manually refresh the eBay user access token using the stored refresh token to proactively prevent expiry or recover from authentication errors. Returns new access token and expiry.
Instructions
Manually refresh the user access token using the stored refresh token. This is useful when you want to proactively refresh an access token before it expires, or when recovering from authentication errors. Requires that user tokens are already set (either via EBAY_USER_REFRESH_TOKEN in .env or via ebay_set_user_tokens_with_expiry). Returns the new access token and expiry time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||