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-10-12 UTC.
[null,null,["Last updated 2024-10-12 UTC."],[[["This enum defines the availability of a product offer, specifying whether it's sold through a single or multiple channels."],["Options include unspecified, unknown, single channel (sold online or in local stores only), and multi-channel (available both online and in local stores)."],["`SINGLE_CHANNEL` availability means the product is available through one channel, specified by its ProductChannel attribute."],["`MULTI_CHANNEL` availability signifies the product can be purchased both online and in physical stores."]]],[]]