-
-
Notifications
You must be signed in to change notification settings - Fork 564
Description
What
- The fields
product_quantityandproduct_quantity_unitare not returned when also requesting some nutrition facts.
Steps to reproduce the behaviour
- Click on https://fr.openfoodfacts.org/api/v2/product/3254560034709?fields=product_name,brands,product_quantity,product_quantity_unit,nutrition_grade_fr,nova_group,energy-kcal_100g
- The
product_quantityandproduct_quantity_unitfields are absent even though they were requested. - Now click on https://fr.openfoodfacts.org/api/v2/product/3254560034709?fields=product_name,brands,product_quantity,product_quantity_unit,nutrition_grade_fr,nova_group
- The
product_quantityandproduct_quantity_unitfields are present this time.
Expected behaviour
- The
product_quantityandproduct_quantity_unitfields should be present in both cases.
Why
- It seems that the
product_quantityandproduct_quantity_unitfields are not returned when requesting at the same time nutrition facts.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
To discuss and validate