AI-generated Key Takeaways
- 
          Enums describe the availability of a product offer. 
- 
          UNSPECIFIEDmeans availability is not specified, whileUNKNOWNis for return value only and represents an unknown value in the current version.
- 
          SINGLE_CHANNELindicates the item is sold through only one channel, either local stores or online.
- 
          MULTI_CHANNELsignifies 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. |