Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: adding some more information about supplemental data sources #27404

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,10 @@ class PrimaryProductDataSource
# To link the data source to the default rule, you need to add a
# new reference to this list (in sequential order).
#
# To unlink the data source from the default rule, you need to
# remove the given reference from this list.
# To unlink the data source from the default rule, you need to remove the
# given reference from this list. To create attribute rules that are
# different from the default rule, see [Set up your attribute
# rules](//support.google.com/merchants/answer/14994083).
#
# Changing the order of this list will result in changing the priority of
# data sources in the default rule.
Expand Down Expand Up @@ -117,7 +119,12 @@ module Channel
end
end

# The supplemental data source for local and online products.
# The supplemental data source for local and online products. Supplemental API
# data sources must not have `feedLabel` and `contentLanguage` fields set. You
# can only use supplemental data sources to update existing products. For
# information about creating a supplemental data source, see [Create a
# supplemental data source and link it to the primary data
# source](/merchant/api/guides/data-sources/overview#create-supplemental-data-source).
# @!attribute [rw] feed_label
# @return [::String]
# Optional. Immutable. The feed label that is specified on the data source
Expand Down