> For the complete documentation index, see [llms.txt](https://ce-docs.keywordrush.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ce-docs.keywordrush.com/modules/affiliate/ebay.md).

# Ebay module

### How to get App ID and Cert ID

1. [Register](http://developer.ebay.com/join/) for the eBay Developer Program.
2. Log in to your account and [generate](https://developer.ebay.com/my/keys) your App ID/Cert ID (**Production Key Set**).

![](/files/-MW8nsbclFEjexhaXyCT)

{% hint style="warning" %}
Make sure OAuth is enabled for your keys; enable it if it isn't.
{% endhint %}

![](/files/-MW8oIU3LsvGsL4JAqLD)

### Deletion/Closure Notifications

The Content Egg plugin does not store any personal data of eBay's users. Because of this, the developer may apply for exemption from receiving eBay marketplace account deletion/closure notifications. For more information, see the [Opting Out of eBay Marketplace Account Deletion/Closure Notifications](https://developer.ebay.com/marketplace-account-deletion#optingOut).

![](/files/-MhIVRfB3MGio05gIm1o)

### Campaign ID

1. If you don't have an account in ePN, [register](https://partnernetwork.ebay.com/).
2. `Campaign ID` is visible in the `Campaigns` list in your ePN account.

![](/files/-Mjd1f2_KaMoVRzEFCDn)

### Deeplink

Set this parameter only if you want to send traffic through third party affiliate networks with eBay support. Read more: [How to find your deeplink](/modules/deeplink-settings.md).

### Multiple locales and Geolocation IP detection

You can work with multiple eBay locales and geolocation IP detection, similar to [how it works in the Amazon module](https://ce-docs.keywordrush.com/modules/affiliate/amazon#2-geolocation-ip-detection).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ce-docs.keywordrush.com/modules/affiliate/ebay.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
