channelExclusivity property

String? channelExclusivity
getter/setter pair

Value of the availability. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "SINGLE_CHANNEL" : The item is sold through one channel only, either local stores or online as indicated by its ProductChannel.
  • "MULTI_CHANNEL" : The item is matched to its online or local stores counterpart, indicating it is available for purchase in both ShoppingProductChannels.

Implementation

core.String? channelExclusivity;