Product
The processed product, built from multiple
product inputs
after applying rules and supplemental data sources. This processed product matches what is shown in your Merchant Center account. Each product is built from exactly one primary data source product input, and multiple supplemental data source inputs. After inserting, updating, or deleting a product input, it may take several minutes before the updated processed product can be retrieved.
All fields in the processed product and its sub-messages match the name of their corresponding attribute in the Product data specification with some exceptions.
| Fields | |
|---|---|
name
|
The name of the product. Format:
|
base64_encoded_name
|
Output only. The
unpadded base64url encoded name
of the product. Format:
|
legacy_local
|
Output only. Determines whether the product is
only
targeting local destinations and whether the product name should be distinguished with a
|
offer_id
|
Output only. Your unique identifier for the product. This is the same for the product input and processed product. Leading and trailing whitespaces are stripped and multiple whitespaces are replaced by a single whitespace upon submission. See the product data specification for details. |
content_language
|
Output only. The two-letter ISO 639-1 language code for the product. |
feed_label
|
Output only. The feed label lets you categorize and identify your products. The maximum allowed characters is 20 and the supported characters are
|
data_source
|
Output only. The primary data source of the product. |
product_attributes
|
Output only. A list of strongly-typed product attributes. |
custom_attributes[]
|
Output only. A list of custom (merchant-provided) attributes. It can also be used to submit any attribute of the data specification in its generic form (for example,
|
product_status
|
Output only. The status of a product, data validation issues, that is, information about a product computed asynchronously. |
automated_discounts
|
Output only. The automated discounts information for the product. |
archived
|
Output only. Determines whether the product is archived . To archive or restore your product, visit Merchant Center products page. Learn also more about offer visibility . |
version_number
|
Output only. Represents the existing version (freshness) of the product, which can be used to preserve the right order when multiple updates are done at the same time.
If set, the insertion is prevented when version number is lower than the current version number of the existing product. Re-insertion (for example, product refresh after 30 days) can be performed with the current
Only supported for insertions into primary data sources. If the operation is prevented, the aborted exception will be thrown. |