The <b>Account API</b> 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. <br/><br/>For detai
https://api.ebay.com{basePath}
Auth type
OAuth 2.0
Auth header
Authorization: Bearer <access_token>
Rate limit
Varies by plan
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://api.ebay.com{basePath}
Endpoint status
Unreachable — No response — server may be down or blocking automated probes
(checked Mar 29, 2026)
Builder score
D
37%
builder-friendly
OAuth 2.0 — obtain an access token via the authorization flow
Authorization: Bearer <access_token>
Freemium. Free tier available; pricing depends on account type and usage.
| Method | Path | Description |
|---|---|---|
| GET | /advertising_eligibility |
This method allows developers to check the seller eligibility status for eBay ad |
| GET | /custom_policy/ |
This method retrieves the list of custom policies specified by the <b>policy_typ |
| POST | /custom_policy/ |
This method creates a new custom policy in which a seller specifies their terms |
| GET | /custom_policy/{custom_policy_id} |
This method retrieves the custom policy specified by the <b>custom_policy_id</b> |
| PUT | /custom_policy/{custom_policy_id} |
This method updates an existing custom policy specified by the <b>custom_policy_ |
| GET | /fulfillment_policy |
This method retrieves all the fulfillment policies configured for the marketplac |
| POST | /fulfillment_policy/ |
This method creates a new fulfillment policy where the policy encapsulates selle |
| GET | /fulfillment_policy/get_by_policy_name |
This method retrieves the details for a specific fulfillment policy. In the requ |
curl -X GET 'https://api.ebay.com{basePath}/advertising_eligibility' \
-H 'Authorization: Bearer <access_token>'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Account documentation.