Skip to main content

eBay Settings

The eBay Settings panel manages integration with eBay's selling API. It handles API credentials, OAuth authorization, sandbox testing, and listing policies.

API Credentials

Enter your eBay API credentials in the form fields:

  • ClientID — Your eBay application's Client ID.
  • Client Secret — Your eBay application's secret key (password-masked).
  • RU Name — Your eBay RuName (redirect URL name).
  • Sandbox — Toggle to use eBay's sandbox environment for testing.

OAuth Authorization

Connect to eBay's OAuth system:

  • Get eBay Auth — Opens the OAuth flow to authenticate your eBay seller account.
  • Apply Auth — Appears when an authorization code is available. Applies the auth code to get access tokens.
  • Refresh Auth — Renews the access token using the stored refresh token.
  • Clear Auth — Clears all stored eBay authentication data.

When successfully authorized, the panel displays "eBay Settings Authorized" along with the access token and refresh token.

Testing

  • Test Publish — Publishes a test listing to verify the integration works.
  • Test eBay Time — Fetches and displays eBay's current server time to verify API connectivity.
  • Refresh — Refreshes the current results.
  • Clear Results — Clears the JSON results viewer.

Inventory Management

  • Create Inventory Location — Creates an inventory location in eBay's system.
  • Create Location — Opens the location creation form.

Policies

Query and manage eBay selling policies:

  • Fulfillment — Navigate to the fulfillment policy page.
  • Return Policy — Navigate to the return policy page.
  • Fulfillment Policies — Lists all available fulfillment policies.
  • Return Policies — Lists all available return policies.
  • Payment Policies — Lists all available payment policies.
  • Inventory Locations — Fetches and displays all configured inventory locations.

Save

Click Save to persist all eBay settings. A confirmation dialog appears before saving.

Results from API actions are displayed in a JSON viewer at the bottom of the panel for reference and debugging.