GET
/eco-products/{EcoProductExternalId}/eco-contributions
curl \
--request GET 'https://b6l4r8pq7c.execute-api.eu-west-3.amazonaws.com/eco-products/B07LGH32TM/eco-contributions?EprCountryCode=FR&DeclarationPeriodCode=2023&ProducerNrn=34368801600504' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"status": "INSUFFICIENT_CREDITS",
"message": "Insufficient credits to add this product to catalog",
"creditsNeeded": 1,
"nbCreditsMissing": 1,
"error": null
}
Response examples (400)
{
"error": "ALGOREP_001"
}
Response examples (500)
{
"error": "ALGOREP_001"
}