id property

String? id
getter/setter pair

The REST ID of the product.

Content API methods that operate on products take this as their productId parameter. The REST ID for a product has one of the 2 forms channel:contentLanguage: targetCountry: offerId or channel:contentLanguage:feedLabel: offerId.

Implementation

core.String? id;