Account API Overview
The Account API provides tools to manage your eBay seller account, including return policies, payment policies, fulfillment programs, and sales tax settings.Available Tools
The eBay MCP Server provides 25+ Account API tools for comprehensive account management:Return Policies
Create, update, and manage return policies for your listings
Payment Policies
Configure payment methods and policies for your store
Fulfillment Policies
Set up shipping and handling policies
Sales Tax
Manage sales tax tables and jurisdiction settings
Key Features
Policy Management
- Return Policies: Define return windows, return shipping costs, and refund methods
- Payment Policies: Set accepted payment methods and payment instructions
- Fulfillment Policies: Configure shipping services, handling times, and costs
Program Enrollment
- eBay Programs: Enroll in or opt out of eBay seller programs
- Fulfillment Programs: Manage enrollment in fulfillment services
- Program Status: Check eligibility and current enrollment status
Account Settings
- Sales Tax: Configure tax tables for different jurisdictions
- Shipping Locations: Manage shipping locations and regions
- Custom Policies: Create custom policies tailored to your business
Quick Start
1
Connect to Account API
Ensure your MCP client has access to Account API tools:
2
Get Account Policies
Retrieve your existing policies:
3
Create or Update Policies
Create new policies or update existing ones:
Common Use Cases
1. Setting Up Return Policies
2. Configuring Payment Policies
3. Managing Fulfillment Policies
Tool Categories
Policy Tools
| Tool Name | Description | Rate Limit |
|---|---|---|
account_getReturnPolicies | Get all return policies | 5,000/day |
account_createReturnPolicy | Create a return policy | 5,000/day |
account_updateReturnPolicy | Update return policy | 5,000/day |
account_deleteReturnPolicy | Delete return policy | 5,000/day |
account_getPaymentPolicies | Get all payment policies | 5,000/day |
account_createPaymentPolicy | Create payment policy | 5,000/day |
account_getFulfillmentPolicies | Get fulfillment policies | 5,000/day |
account_createFulfillmentPolicy | Create fulfillment policy | 5,000/day |
Program Tools
| Tool Name | Description | Rate Limit |
|---|---|---|
account_getPrograms | List all seller programs | 5,000/day |
account_optInToProgram | Enroll in a program | 5,000/day |
account_optOutOfProgram | Opt out of a program | 5,000/day |
Sales Tax Tools
| Tool Name | Description | Rate Limit |
|---|---|---|
account_getSalesTaxes | Get sales tax tables | 10,000/day |
account_createOrReplaceSalesTax | Set sales tax for jurisdiction | 5,000/day |
account_deleteSalesTax | Delete sales tax entry | 5,000/day |
Best Practices
Policy Naming Conventions
Policy Naming Conventions
Use descriptive, consistent names for your policies:
- Good:
"30-Day Returns - Free Shipping" - Bad:
"Policy 1"
Return Policy Optimization
Return Policy Optimization
Consider offering:
- Longer return periods (30-60 days) to increase buyer confidence
- Free return shipping for higher-value items
- Clear return instructions in policy descriptions
Fulfillment Policy Strategy
Fulfillment Policy Strategy
- Offer multiple shipping options (economy, standard, expedited)
- Set realistic handling times (1-2 business days is ideal)
- Include free shipping for orders over a threshold
- Use calculated shipping for large/heavy items
Rate Limit Management
Rate Limit Management
- Cache policy data to reduce API calls
- Batch policy updates when possible
- Use webhooks for policy change notifications
Error Handling
Common errors and solutions:Next Steps
Policies Guide
Learn about return, payment, and fulfillment policies
Programs Guide
Explore eBay seller programs and enrollment
Policy Best Practices
Optimize your policies for better sales
API Reference
Complete API tool documentation