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 meetcertain conditions, which can be checked through theeligiblefield. The account mustnotbe 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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. |"]]