curl --location '/integrations/external_api/products/notification' \
--header 'X-Idempotency-Key;' \
--header 'Content-Type: application/json' \
--data '{
"sellerId": 321,
"eventId": "evt-20260810-0001",
"partnerId": "SKU-001",
"action": "UPDATED",
"notificationType": "PRICE_STOCK",
"occurredAt": "2026-08-10T13:45:00.000Z",
"changes": {
"stock": true,
"status": false,
"details": false,
"salePrice": true,
"listPrice": true
}
}'{
"operationId": 901,
"status": "PENDING",
"message": "Processamento assincrono iniciado"
}