# Americanas Delivery

#### Configurações

<table><thead><tr><th width="391">Chave</th><th width="479.3333333333333">Valores</th><th data-type="checkbox">Obrigatório</th></tr></thead><tbody><tr><td><strong>OPENDELIVERY.CLIENTID</strong></td><td>Client ID fornecido pelo canal de vendas</td><td>true</td></tr><tr><td><strong>OPENDELIVERY.CLIENTSECRET</strong></td><td>Client SECRET fornecido pelo canal de vendas</td><td>true</td></tr><tr><td><strong>OPENDELIVERY.BASEADDRESS</strong></td><td><a href="https://merchant.guaxinim.packk.com.br/">https://merchant.guaxinim.packk.com.br/</a></td><td>true</td></tr><tr><td><strong>OPENDELIVERY.AUTHENTICATIONPATH</strong></td><td>oauth/token</td><td>true</td></tr><tr><td><strong>OPENDELIVERY.ORDERSPATH</strong></td><td>v1/orders/</td><td>true</td></tr><tr><td><strong>OPENDELIVERY.EVENTSPATH</strong></td><td>v1</td><td>true</td></tr></tbody></table>

#### Exemplo de configuração

```json
[
    { "Key": "OPENDELIVERY.BASEADDRESS", "Value": "https://merchant.guaxinim.packk.com.br/" },
    { "Key": "OPENDELIVERY.AUTHENTICATIONPATH", "Value": "oauth/token" },
    { "Key": "OPENDELIVERY.ORDERSPATH", "Value": "v1/orders/" },
    { "Key": "OPENDELIVERY.EVENTSPATH", "Value": "v1" },
    { "Key": "OPENDELIVERY.CLIENTID", "Value": "468613b71029407fb160978ba71df2dd" },
    { "Key": "OPENDELIVERY.CLIENTSECRET", "Value": "YjdiNDJlNmNhNTczNDBmZDkwMWQyNGQ1MjA0ZWIyZWY=" }
]
```

#### Source App ID

> 3aa154eac24c406681e930085a51ac3a
