ebay_set_user_tokens
Set user access and refresh tokens to authenticate eBay API requests, enabling higher rate limits. Tokens are automatically refreshed and persisted.
Instructions
Set the user access token and refresh token for authenticated API requests. These tokens should be obtained through the OAuth authorization code flow. Tokens will be persisted to disk and automatically refreshed when needed. User tokens provide higher rate limits (10,000-50,000 requests/day) compared to client credentials (1,000 requests/day).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accessToken | Yes | The user access token obtained from OAuth flow | |
| refreshToken | Yes | The refresh token obtained from OAuth flow |