Show / Hide Table of Contents

Class GoogleCloudRetailV2alphaMerchantCenterLink

Represents a link between a Merchant Center account and a branch. After a link is established, products from the linked Merchant Center account are streamed to the linked branch.

Inheritance
object
GoogleCloudRetailV2alphaMerchantCenterLink
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudRetail.v2alpha.Data
Assembly: Google.Apis.CloudRetail.v2alpha.dll
Syntax
public class GoogleCloudRetailV2alphaMerchantCenterLink : IDirectResponseSchema

Properties

BranchId

The branch ID (e.g. 0/1/2) within this catalog that products from merchant_center_account_id are streamed to. When updating this field, an empty value will use the currently configured default branch. However, changing the default branch later on won't change the linked branch here. A single branch ID can only have one linked Merchant Center account ID.

Declaration
[JsonProperty("branchId")]
public virtual string BranchId { get; set; }
Property Value
Type Description
string

Destinations

String representing the destination to import for, all if left empty. List of possible values is given in Included destination. List of allowed string values: "Shopping_ads", "Buy_on_google_listings", "Display_ads", "Local_inventory _ads", "Free_listings", "Free_local_listings" NOTE: The string values are case sensitive.

Declaration
[JsonProperty("destinations")]
public virtual IList<string> Destinations { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Feeds

Criteria for the Merchant Center feeds to be ingested via the link. All offers will be ingested if the list is empty. Otherwise the offers will be ingested from selected feeds.

Declaration
[JsonProperty("feeds")]
public virtual IList<GoogleCloudRetailV2alphaMerchantCenterFeedFilter> Feeds { get; set; }
Property Value
Type Description
IList<GoogleCloudRetailV2alphaMerchantCenterFeedFilter>

LanguageCode

Language of the title/description and other string attributes. Use language tags defined by BCP 47. ISO 639-1. This specifies the language of offers in Merchant Center that will be accepted. If empty no language filtering will be performed. Example value: en.

Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
Type Description
string

MerchantCenterAccountId

Required. The linked Merchant Center account ID. The account must be a standalone account or a sub-account of a MCA.

Declaration
[JsonProperty("merchantCenterAccountId")]
public virtual long? MerchantCenterAccountId { get; set; }
Property Value
Type Description
long?

RegionCode

Region code of offers to accept. 2-letter Uppercase ISO 3166-1 alpha-2 code. List of values can be found here under the region tag. If left blank no region filtering will be performed. Example value: US.

Declaration
[JsonProperty("regionCode")]
public virtual string RegionCode { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX