ProductChannelExclusivity

  • Enums describe the availability of a product offer.

  • UNSPECIFIED means availability is not specified, while UNKNOWN is for return value only and represents an unknown value in the current version.

  • SINGLE_CHANNEL indicates the item is sold through only one channel, either local stores or online.

  • MULTI_CHANNEL signifies the item is available for purchase in both online and local stores.

Enum describing the availability of a product offer.

Enums

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.