id property

String? id
getter/setter pair

REST ID of the product, in the form of channel~languageCode~feedLabel~offerId.

Can be used to join data with the product_view table. Required in the SELECT clause.

Implementation

core.String? id;