# Glossário

### store-adress

Este parâmetro deve ser substituído pelo endereço de URL da loja. Exemplo de store-adress: `https://trayparceiros.commercesuite.com.br/`

####

### **api\_adress**

É o endereço URL da API, uma das informações mais importantes no processo de integração, que  é retornada no momento da autorização da API. O endereço é constituído da seguinte combinação: `{{store-address}}/web_api/`

Exemplo de api\_adress:  `https://trayparceiros.commercesuite.com.br/web_api/`

&#x20;

### **access\_token**

É a chave de acesso que deve ser passada de forma obrigatória como Query Parameter para toda URL de requisição a API Tray, para que não ocorra problemas de permissão de acesso aos dados.

{% hint style="danger" %} <mark style="color:red;">**Atenção!**</mark>

Caso encontre nas API's  algum dos termos citados acima entre duas chaves "{{ }}", substitua o termo em conjunto com as chaves pela informação necessária.&#x20;
{% endhint %}


---

# 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://partners.tray.com.br/loja-de-aplicativos/comece-por-aqui/glossario.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.
