Publish French Eco-Scores
Request body properties
Implementation details
- Batch limit: You can publish a maximum of 50 products per request.
- Eligibility re-check: For each product, the server re-checks eligibility (GTIN, materials, manufacturing country, and other requirements) and enforces the 3-month re-publish lock before any portal call.
- Status codes: The endpoint returns
200when every attempted product succeeded,207when at least one succeeded and at least one failed, and400when every attempted product failed. - Result handling: Always inspect
failed[]andskipped[]to confirm each product was filed — a200does not guarantee every product in the request was published.
Response body properties
Related recipes
PIC - Update Product with French Eco-Score requirements
PIC - Retrieve French Eco-Score
Body
Request body for the French Eco-Score batch publish endpoint. Up to 50 products per request.
IDs of the products to publish. Must be non-empty, unique, and non-blank. Up to 50 IDs per request.
Response
OK
Aggregate result of a French Eco-Score batch publish request. - succeeded[] — products accepted by the portal. - failed[] — products the portal rejected or that could not be persisted. - skipped[] — products the publish did not attempt (ownership, lock window, eligibility failure, or concurrent score change). Returned with HTTP 200 when every attempted product succeeded, 207 when at least one succeeded and at least one failed, or 400 when every attempted product failed — callers MUST inspect failed[] and skipped[] to confirm individual products were filed.

