Entre em contato conosco e-mail: integracoes.parcerias@clubpetro.com.br
curl --location --request POST 'https://gateway.clubpetro.com/api/v1/varejo/apply' \
--header 'api_key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": "string",
"transaction_id": "string",
"origin": "pdv",
"items": [
{
"sku": "ABC1234",
"ean": "0000000000001",
"quantity": 5,
"total_value": 10.00
}
]
}'{
"loyalty": true,
"items": [
{
"sale": "PROMO_1",
"sku": "ABC1234",
"ean": "0000000000001",
"quantity": 5,
"discount_value": 0.44,
"total_value_without_discount": 10,
"total_value_with_discount": 9.56
}
],
"absolute": {
"sale": "DESC_TOTAL",
"discount_value": 0.44
},
"requestId": "string",
"transaction_id": "string",
"datetime": "2026-03-11 20:19:29"
}