Using ebay-sdk-php with ebay.com

PHP integration

Install
composer require ebay-sdk-php
This method retrieves all the sales tax jurisdictions for the country that yo…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/metadata/v1/country/{countryCode}/sales_tax_jurisdiction
This method returns the eBay policies that define whether or not you must inc…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/metadata/v1/marketplace/{marketplace_id}/get_return_policies
This method returns item condition metadata on one, multiple, or all eBay cat…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/metadata/v1/marketplace/{marketplace_id}/get_item_condition_policies
SDK on GitHub 📄 API Docs
SDK
ebay-sdk-php
PHP
API
ebay.com
ebay.com:sell-metadata
At a glance
Language PHP
Endpoints8
Base URLhttps://api.ebay.com/sell/metadata/v1