AI-generated Key Takeaways
-
Enums describe the availability of a product offer.
-
UNSPECIFIED
means availability is not specified, whileUNKNOWN
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 | |
---|---|
|
Not specified. |
|
Used for return value only. Represents value unknown in this version. |
|
The item is sold through one channel only, either local stores or online as indicated by its ProductChannel. |
|
The item is matched to its online or local stores counterpart, indicating it is available for purchase in both ShoppingProductChannels. |