Skip to content

Commit 5988300

Browse files
Google APIscopybara-github
authored andcommitted
docs: update Certification field descriptions
PiperOrigin-RevId: 665432329
1 parent cc4e33a commit 5988300

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

google/shopping/css/v1/css_product_common.proto

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -207,15 +207,22 @@ message Attributes {
207207
optional string custom_label_4 = 50;
208208
}
209209

210-
// The certification for the product.
210+
// The certification for the product. Use the this attribute to describe
211+
// certifications, such as energy efficiency ratings, associated with a product.
211212
message Certification {
212-
// Name of the certification.
213+
// The name of the certification. At this time, the most common value is
214+
// "EPREL", which represents energy efficiency certifications in the EU
215+
// European Registry for Energy Labeling (EPREL) database.
213216
string name = 1;
214217

215-
// Name of the certification body.
218+
// The authority or certification body responsible for issuing the
219+
// certification. At this time, the most common value is "EC" or
220+
// “European_Commission” for energy labels in the EU.
216221
string authority = 2;
217222

218-
// A unique code to identify the certification.
223+
// The code of the certification. For example, for the EPREL certificate with
224+
// the link https://eprel.ec.europa.eu/screen/product/dishwashers2019/123456
225+
// the code is 123456. The code is required for European Energy Labels.
219226
string code = 3;
220227
}
221228

0 commit comments

Comments
 (0)