ProductChannel

  • This document describes an Enum used to specify the locality of a product offer.

  • The available values include UNSPECIFIED, UNKNOWN, ONLINE, and LOCAL.

  • UNSPECIFIED means the locality is not specified, while UNKNOWN is a return value for unknown values.

  • ONLINE indicates the item is sold online, and LOCAL means it is sold in local stores.

Enum describing the locality of a product offer.

Enums

UNSPECIFIED

Not specified.

UNKNOWN

Used for return value only. Represents value unknown in this version.

ONLINE

The item is sold online.

LOCAL

The item is sold in local stores.