REST Resource: accounts.autofeedSettings
Resource: AutofeedSettings
Collection of information related to the autofeed settings.
JSON representation |
{
"name": string,
"enableProducts": boolean,
"eligible": boolean
} |
Fields |
name |
string
Identifier. The resource name of the autofeed settings. Format: accounts/{account}/autofeedSettings .
|
enableProducts |
boolean
Required. Enables or disables product crawling through the autofeed for the given account. Autofeed accounts must meet certain conditions, which can be checked through the eligible field. The account must not be a marketplace. When the autofeed is enabled for the first time, the products usually appear instantly. When re-enabling, it might take up to 24 hours for products to appear.
|
eligible |
boolean
Output only. Determines whether merchant is eligible for being enrolled into an autofeed.
|
Methods |
|
Retrieves the autofeed settings of an account. |
|
Updates the autofeed settings of an account. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-20 UTC.
[null,null,["Last updated 2025-02-20 UTC."],[[["This resource manages Autofeed settings for a Merchant Center account and does not store persistent data."],["This resource offers methods to retrieve (`getAutofeedSettings`) and update (`updateAutofeedSettings`) the Autofeed settings of an account."]]],["AutofeedSettings contain information regarding an account's automated product feed. Key data includes a unique `name`, `enableProducts` (boolean) to control product crawling, and `eligible` (boolean) indicating if the merchant qualifies for autofeed. The `enableProducts` field will control the products being crawled through the autofeed. Two primary methods are available: `getAutofeedSettings`, to view current settings, and `updateAutofeedSettings`, to modify settings, like enabling or disabling the autofeed.\n"]]