Using ebay-sdk-php with ebay.com

PHP integration

Install
composer require ebay-sdk-php
This method returns a list of a seller's undeleted promotions. <p>The call re…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/marketing/v1/promotion
This method retrieves the details for all of the seller's defined campaigns. …
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/marketing/v1/ad_campaign
This method returns information on all the existing report tasks related to a…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/marketing/v1/ad_report_task
SDK on GitHub 📄 API Docs
SDK
ebay-sdk-php
PHP
API
ebay.com
ebay.com:sell-marketing
At a glance
Language PHP
Endpoints69
Base URLhttps://api.ebay.com/sell/marketing/v1