ProductChannelExclusivity
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. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-29 UTC.
[null,null,["Last updated 2024-05-29 UTC."],[[["This enum describes whether a product offer is available online, in local stores, or both."],["`SINGLE_CHANNEL` means the product is sold through only one channel (online or local)."],["`MULTI_CHANNEL` signifies the product is available for purchase both online and in local stores."],["`UNSPECIFIED` and `UNKNOWN` represent cases where the availability is not specified or unknown."]]],[]]