categoryTag property

  1. @JsonKey(name: 'category_tag')
String? categoryTag
getter/setter pair

ID of the OFF category of the product for products without barcode.

This is mostly for raw products such as vegetables or fruits. This field is exclusive with product_code: if this field is set, it means that the product does not have a barcode. This ID must be a canonical category ID in the Open Food Facts taxonomy. If the ID is not valid, the price will be rejected.

Implementation

@JsonKey(name: 'category_tag')
String? categoryTag;