For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delivery Vip

Configurações

Chave
Valores
Obrigatório

OPENDELIVERY.CLIENTID

Client ID fornecido pelo canal de vendas

OPENDELIVERY.CLIENTSECRET

Client SECRET fornecido pelo canal de vendas

OPENDELIVERY.BASEADDRESS

https://api.deliveryvip.com.br/

OPENDELIVERY.AUTHENTICATIONPATH

authentication/v1/oauth/token

OPENDELIVERY.ORDERSPATH

merchant/v3/orders

OPENDELIVERY.EVENTSPATH

merchant/v3

Exemplo de configuração

[
    { "Key": "OPENDELIVERY.BASEADDRESS", "Value": "https://api.deliveryvip.com.br/" },
    { "Key": "OPENDELIVERY.AUTHENTICATIONPATH", "Value": "authentication/v1/oauth/token" },
    { "Key": "OPENDELIVERY.ORDERSPATH", "Value": "merchant/v3/orders" },
    { "Key": "OPENDELIVERY.EVENTSPATH", "Value": "merchant/v3" },
    { "Key": "OPENDELIVERY.CLIENTID", "Value": "468613b71029407fb160978ba71df2dd" },
    { "Key": "OPENDELIVERY.CLIENTSECRET", "Value": "YjdiNDJlNmNhNTczNDBmZDkwMWQyNGQ1MjA0ZWIyZWY=" }
]

Source App ID

1650dee7c53b4e6b80f94db38fd982ac

Last updated