Stay organized with collections
Save and categorize content based on your preferences.
Summary
Some product data, like price and availability, naturally changes over time.
You need to maintain your product feed regularly to keep this information
up-to-date.
You can use supplemental feeds and the Products API to update product
data. Supplemental feeds can only be created in the
Merchant Center UI, and they must be linked to a primary
feed.
You can also use automatic item updates to keep
price and availability information up-to-date. Merchant Center can use embedded
structured data from your website to update products if the price or
availability differs from the information currently stored in the Merchant Center.
Automatic item updates are designed to fix small problems with product
price and availability, not to be the main method of updating product data. You
should use them in addition to supplemental feeds and the Content API.
To update information product information with the Content API for Shopping,
use the Products API.
You can use the insert and update methods to create and update
individual items.
Like product inserts and updates, multiple inventory updates can be batched into
a single Content API for Shopping call using the products.custombatch method.
[[["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 2024-10-16 UTC."],[[["Product data, such as price and availability, requires regular maintenance and updates to ensure accuracy in your product feed."],["Supplemental feeds, created within the Merchant Center UI and linked to a primary feed, offer a way to update product data, alongside the Products API."],["Automatic item updates, enabled through specific settings, can automatically adjust product price and availability based on your website's structured data but should complement, not replace, other update methods."],["The Products API, including its `insert` and `update` methods, enables programmatic creation and updates of individual product data, while batch updates are possible using the `products.custombatch` method."]]],[]]