ebay.com

The Account API gives sellers the ability to configure their eBay seller accounts, including the seller's policies (eBay business policies and seller-defined custom policies), opt in and out of eBay seller programs, configure sales tax tables, and get account information. For detai

🔑 oauth2 36 endpoints ecommerce
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (4 total)

pip install ebay-oauth-python-client
pip install ebaysdk-python
composer require ebay-sdk-examples
composer require ebay-sdk-php
curl examples
<span class="tablenote"><b>Note:</b>This method was originally created to see…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/account/v1/kyc
This method retrieves the seller's current set of privileges, including wheth…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/account/v1/privilege
Use this call to retrieve all sales tax table entries that the seller has def…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/account/v1/sales_tax
Endpoints (36 total)
GET
/kyc
<span class="tablenote"><b>Note:</b>This method was originally created to see…
GET
/privilege
This method retrieves the seller's current set of privileges, including wheth…
GET
/sales_tax
Use this call to retrieve all sales tax table entries that the seller has def…
GET
/rate_table
This method retrieves a seller's <i>shipping rate tables</i> for the country …
GET
/subscription
This method retrieves a list of subscriptions associated with the seller acco…
GET
/return_policy
This method retrieves all the return policies configured for the marketplace …
GET
/custom_policy/
This method retrieves the list of custom policies specified by the <b>policy_…
GET
/payment_policy
This method retrieves all the payment policies configured for the marketplace…
GET
/fulfillment_policy
This method retrieves all the fulfillment policies configured for the marketp…
GET
/advertising_eligibility
This method allows developers to check the seller eligibility status for eBay…
GET
/program/get_opted_in_programs
This method gets a list of the seller programs that the seller has opted-in to.
GET
/custom_policy/{custom_policy_id}
This method retrieves the custom policy specified by the <b>custom_policy_id<…
Language coverage
Python
2
PHP
2
At a glance
Total SDKs4
Languages2
Endpoints36
Authoauth2
Categories1
https://api.ebay.com/sell/account/v1