# Ebay module

### How to get App ID and Cert ID

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

![](/files/-MW8nsbclFEjexhaXyCT)

{% hint style="warning" %}
Make sure OAuth is enabled for your keys otherwise enable it.
{% endhint %}

![](/files/-MW8oIU3LsvGsL4JAqLD)

### Deletion/Closure Notifications

Content Egg plugin does not store any personal data of eBay's users. If this is the case, 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 geolocation IP detection similar to [how it works in Amazon module](https://ce-docs.keywordrush.com/modules/affiliate/amazon#2-geolocation-ip-detection).


---

# Agent Instructions: 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.
