REST Resource: accounts.autofeedSettings
Stay organized with collections
Save and categorize content based on your preferences.
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 the business 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-07-31 UTC.
[null,null,["Last updated 2025-07-31 UTC."],[],[],null,["# REST Resource: accounts.autofeedSettings\n\n- [Resource: AutofeedSettings](#AutofeedSettings)\n - [JSON representation](#AutofeedSettings.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: AutofeedSettings\n--------------------------\n\nCollection of information related to the [autofeed](https://support.google.com/merchants/answer/7538732) settings.\n\n| JSON representation |\n|----------------------------------------------------------------------------|\n| ``` { \"name\": string, \"enableProducts\": boolean, \"eligible\": boolean } ``` |\n\n| Fields ||\n|------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Identifier. The resource name of the autofeed settings. Format: `accounts/{account}/autofeedSettings`. |\n| `enableProducts` | `boolean` Required. Enables or disables product crawling through the autofeed for the given account. Autofeed accounts must meet [certain conditions](https://support.google.com/merchants/answer/7538732#Configure_automated_feeds_Standard_Experience), 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. |\n| `eligible` | `boolean` Output only. Determines whether the business is eligible for being enrolled into an autofeed. |\n\n| Methods ------- ||\n|-------------------------------------------------------------------------------------------------------------------------|------------------------------------------------|\n| ### [getAutofeedSettings](/merchant/api/reference/rest/accounts_v1/accounts.autofeedSettings/getAutofeedSettings) | Retrieves the autofeed settings of an account. |\n| ### [updateAutofeedSettings](/merchant/api/reference/rest/accounts_v1/accounts.autofeedSettings/updateAutofeedSettings) | Updates the autofeed settings of an account. |"]]