originsTags property

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

Origins of the product, only for products without barcode.

This field is a list as some products may be a mix of several origins, but most products have only one origin. The origins must be valid origins in the Open Food Facts taxonomy. If one of the origins is not valid, the price will be rejected.

Implementation

@JsonKey(name: 'origins_tags')
List<String>? originsTags;