> For the complete documentation index, see [llms.txt](https://help.litcommerce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.litcommerce.com/marketplace-integration/supported-platforms/temu/how-to-get-a-temu-access-token.md).

# How to get a Temu Access Token

A Temu access token is required when connecting your Temu channel in LitCommerce. This token serves as a secure verification method that allows the tool to access your Temu seller account data.

Follow the steps below to acquire your token.

{% stepper %}
{% step %}
Log in to your Temu Seller Center.

{% endstep %}

{% step %}
Navigate to the App Store under the Apps and services section.

<figure><img src="/files/69Pf2sfhfylRpJAa7oXJ" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}
Find LitCommerce and click `Authorize`.

<figure><img src="/files/F19yHPXbubHDuLvfWLsg" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}
Check the box to verify that you grant LitCommerce permission to access your seller account and its associated data.

<div><figure><img src="/files/eQoIK1mluCkIaxbZDQWf" alt=""><figcaption></figcaption></figure> <figure><img src="/files/43f3fbU01fdfrvBRfQ8T" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
**Local Aftersales Management, Promotion Activity Interface Management, and Local Advertising Management permissions are optional.**
{% endhint %}

<figure><img src="/files/GSH3m72Sk1yRLd3gyudB" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
**You can also set the authorization duration.**
{% endhint %}

<figure><img src="/files/0ENFn64pELiFoipnCfSk" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}
Click `Submit`.

<figure><img src="/files/DqBrRynan0AhcEc9ZQ71" alt=""><figcaption></figcaption></figure>

The `App permissions have been updated successfully` pop-up will appear to confirm the authorization.

<figure><img src="/files/IMlQlRNrjbwsX234H8ZZ" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}
Go to `Manage your apps` under the Apps and services section, find LitCommerce, and click `View access info` to retrieve the Access token.

<div><figure><img src="/files/GfIZFiTRgCb1bKYXWW2Q" alt=""><figcaption></figcaption></figure> <figure><img src="/files/3osSjBoEgR8p7FNwNxhj" alt=""><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

If you have any questions, let us know via the Chat Box in the bottom-right corner of our Help Center.


---

# 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, and the optional `goal` query parameter:

```
GET https://help.litcommerce.com/marketplace-integration/supported-platforms/temu/how-to-get-a-temu-access-token.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
