Commerce Charity

The Charity API allows third-party developers to search for and access details on supported charitable organizations.

🔑 oauth2 2 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

This call is used to search for supported charitable organizations. It allows…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/commerce/charity/v1/charity_org
This call is used to retrieve detailed information about supported charitable…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/commerce/charity/v1/charity_org/{charity_org_id}

Endpoints (2 total)

GET
/charity_org
This call is used to search for supported charitable organizations. It allows…
GET
/charity_org/{charity_org_id}
This call is used to retrieve detailed information about supported charitable…

Language coverage

Python
2
PHP
2

At a glance

Total SDKs4
Languages2
Endpoints2
Authoauth2
Categories1
https://api.ebay.com/commerce/charity/v1