Using ebay-sdk-php with ebay.com

PHP integration

Install
composer require ebay-sdk-php
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}
SDK on GitHub 📄 API Docs
SDK
ebay-sdk-php
PHP
API
ebay.com
ebay.com:commerce-charity
At a glance
Language PHP
Endpoints2
Base URLhttps://api.ebay.com/commerce/charity/v1