MerchantCenterLink(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 |
merchant_center_account_id |
int
Required. The linked `Merchant Center account ID |
branch_id |
str
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. |
destinations |
MutableSequence[str]
String representing the destination to import for, all if left empty. List of possible values is given in `Included destination |
region_code |
str
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 .
|
language_code |
str
Language of the title/description and other string attributes. Use language tags defined by `BCP 47 |
feeds |
MutableSequence[google.cloud.retail_v2alpha.types.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. |