Resource: ProductInput
This resource represents input data you submit for a product, not the processed product that you see in Merchant Center, in Shopping ads, or across Google surfaces. Product inputs, rules and supplemental data source data are combined to create the processed Product
.
Required product input attributes to pass data validation checks are primarily defined in the Products Data Specification.
The following attributes are required: feedLabel
, contentLanguage
and offerId
.
After inserting, updating, or deleting a product input, it may take several minutes before the processed product can be retrieved.
All fields in the product input and its sub-messages match the English name of their corresponding attribute in the vertical spec with some exceptions.
JSON representation |
---|
{ "name": string, "product": string, "channel": enum ( |
Fields | |
---|---|
name |
Identifier. The name of the product input. Format: |
product |
Output only. The name of the processed product. Format: |
channel |
Required. Immutable. The channel of the product. |
offer |
Required. Immutable. 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 products data specification for details. |
content |
Required. Immutable. The two-letter ISO 639-1 language code for the product. |
feed |
Required. Immutable. The feed label for the product. |
attributes |
Optional. A list of product attributes. |
custom |
Optional. A list of custom (merchant-provided) attributes. It can also be used for submitting any attribute of the data specification in its generic form (for example, |
version |
Optional. 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. |
Methods |
|
---|---|
|
Deletes a product input from your Merchant Center account. |
|
Uploads a product input to your Merchant Center account. |