# Fetch Eco Product Details With Matching Eco Contributions **GET /eco-products/{EcoProductExternalId}/eco-contributions** ## Servers - https://b6l4r8pq7c.execute-api.eu-west-3.amazonaws.com: https://b6l4r8pq7c.execute-api.eu-west-3.amazonaws.com () ## Authentication methods - App api authorizer ## Parameters #### Path parameters - **EcoProductExternalId** (string) GTIN, ASIN, SKU... #### Query parameters - **EprCountryCode** (string) FR, ES, etc. - **DeclarationPeriodCode** (string) 2023, 2024, etc. - **ProducerNrn** (string) Producer Unique NRN - **ExternalIdType** (string) Type of externalId, can be either GTIN, ASIN or SKU - **Title** (string) - **Description** (string) - **ImageUrl** (string) - **Weight** (number) ## Responses ### 200: Response with product details or status information #### Body Parameters: application/json (object) - **status** (string) - **message** (string) - **creditsNeeded** (number) - **nbCreditsMissing** (number) - **error** (null) ### 400: An error happenned during the request, refer to error code for more information #### Body Parameters: application/json (object) - **error** (string) ### 500: An error happenned during the request, refer to error code for more information #### Body Parameters: application/json (object) - **error** (string) [Powered by Bump.sh](https://bump.sh)