labelsTags property

  1. @JsonKey(name: 'labels_tags')
List<String>? labelsTags
getter/setter pair

Labels of the product, only for products without barcode.

The labels must be valid labels in the Open Food Facts taxonomy. If one of the labels is not valid, the price will be rejected. The most common labels are:

  • en:organic: the product is organic
  • fr:ab-agriculture-biologique: the product is organic, in France
  • en:fair-trade: the product is fair-trade Other labels can be provided if relevant.

Implementation

@JsonKey(name: 'labels_tags')
List<String>? labelsTags;