Entre em contato conosco e-mail: integracoes.parcerias@clubpetro.com.br
curl --location --request GET 'https://gateway.clubpetro.com/integration-varejo/customer/retrieve?customerCode&storeDocument=' \
--header 'api_key;'
{
"cliente": {
"cpf": "string",
"nome": "string"
},
"promocoes": [
{
"cnpj": "string",
"codigoFamiliaErp": null,
"customerCategoryId": "string",
"dataInicio": "2025-08-11",
"dataTermino": "2025-08-17",
"id": 368,
"numero": null,
"percentualDesconto": 25.06,
"precoPromocao": 2.99,
"precoVenda": 3.99,
"produto": {
"codigoBarras": [
{
"numero": "string",
"numeroGlobal": false
}
],
"descricaoVenda": "LARANJA PERA RIO"
},
"promocaoDaRede": false,
"redeem": false,
"status": true,
"tipoPromocao": null,
"unidadeVenda": null
}
],
"validation": {
"message": "API key is valid",
"status": true
}
}