Using ebay-sdk-php with ebay.com

PHP integration

Install
composer require ebay-sdk-php
Get a Default Category Tree ID
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /get_default_category_tree_id
Get a Category Tree
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /category_tree/{category_tree_id}
Get Aspects for All Leaf Categories in a Marketplace
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /category_tree/{category_tree_id}/fetch_item_aspects
SDK on GitHub 📄 API Docs
SDK
ebay-sdk-php
PHP
API
ebay.com
ebay.com:commerce-taxonomy
At a glance
Language PHP
Endpoints8