Reference documentation and code samples for the Google Shopping Merchant DataSources V1beta Client class Channel.
Data Source Channel.
Channel is used to distinguish between data sources for different product verticals.
Protobuf type google.shopping.merchant.datasources.v1beta.PrimaryProductDataSource.Channel
Namespace
Google \ Shopping \ Merchant \ DataSources \ V1beta \ PrimaryProductDataSourceMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
CHANNEL_UNSPECIFIED
Value: 0
Not specified.
Generated from protobuf enum CHANNEL_UNSPECIFIED = 0;
ONLINE_PRODUCTS
Value: 1
Online product.
Generated from protobuf enum ONLINE_PRODUCTS = 1;
LOCAL_PRODUCTS
Value: 2
Local product.
Generated from protobuf enum LOCAL_PRODUCTS = 2;
PRODUCTS
Value: 3
Unified data source for both local and online products.
Note: Products management through the API is not possible for this channel.
Generated from protobuf enum PRODUCTS = 3;