Class MerchantCenterAccountLink (1.21.0)

MerchantCenterAccountLink(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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.

Attributes

Name Description
name str
Output only. Immutable. Full resource name of the Merchant Center Account Link, such as projects/*/locations/global/catalogs/default_catalog/merchantCenterAccountLinks/merchant_center_account_link.
id str
Output only. Immutable. MerchantCenterAccountLink identifier, which is the final component of name. This field is auto generated and follows the convention: BranchId_MerchantCenterAccountId. projects/*/locations/global/catalogs/default_catalog/merchantCenterAccountLinks/id_1.
merchant_center_account_id int
Required. The linked `Merchant center account id
branch_id str
Required. The branch ID (e.g. 0/1/2) within the 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.
feed_label str
The FeedLabel used to perform filtering. Note: this replaces region_id __. Example value: US. Example value: FeedLabel1.
language_code str
Language of the title/description and other string attributes. Use language tags defined by `BCP 47
feed_filters MutableSequence[google.cloud.retail_v2alpha.types.MerchantCenterAccountLink.MerchantCenterFeedFilter]
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.
state google.cloud.retail_v2alpha.types.MerchantCenterAccountLink.State
Output only. Represents the state of the link.
project_id str
Output only. Google Cloud project ID.
source str
Optional. An optional arbitrary string that could be used as a tag for tracking link source.

Classes

MerchantCenterFeedFilter(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Merchant Center Feed filter criterion.

State(value)

The state of the link.