id property

String? id
getter/setter pair

The REST ID of the product, in the form of channel:contentLanguage:targetCountry:offerId.

Content API methods that operate on products take this as their productId parameter. Should always be included in the SELECT clause.

Implementation

core.String? id;