> For the complete documentation index, see [llms.txt](https://docs.explodely.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.explodely.com/isn-for-affiliates/sale-isn.md).

# Sale ISN

When your affiliate account generates a sale, Explodely.com sends a SALE type ISN to your ISN listener within a minute or two. The following parameters are sent to your ISN listener.&#x20;

orderid => order ID of the Explodely.com sale&#x20;

transactiontype => sale

seller => Explodely.com seller ID&#x20;

customerName => Customer Full Name

amount => Amount of sale (your affiliate share of the sale)&#x20;

saletimedate => Sale Time & Date In Format HH:MM:SS DD-MMM-YYYY

saletimestamp => Machine timestamp of sale

tid => Tracking ID which was appended to affiliate link for sale&#x20;

affcup => Custom parameter which was appended to affiliate link for sale&#x20;

country => Country Code (2 Digit ISO) Of The Customer


---

# 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://docs.explodely.com/isn-for-affiliates/sale-isn.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.
